#F2C5FD

Color #F2C5FD Blue Chalk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chalk #F2C5FD

Tints of Blue Chalk #F2C5FD

Color information

#F2C5FD (or 0xF2C5FD) is unknown color: approx Blue Chalk. HEX triplet: F2, C5 and FD. RGB value is (242,197,253). Sum of RGB (Red+Green+Blue) = 242+197+253=692 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.97% from 692); Green value is 197 (77.34% from 255 or 28.47% from 692); Blue value is 253 (99.22% from 255 or 36.56% from 692); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2C5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C5FD is #0D3A02. Grayscale: #D8D8D8. Windows color (decimal): -866819 or 16631282. OLE color: 16631282.

HSL color Cylindrical-coordinate representation of color #F2C5FD: hue angle of 288.21º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2C5FD is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB242197253-
CMYK0.040.2200.01
HSL288.21º93.33%88.24%-
HSV(B)288.21º22.13%99.22%-
XYZ74.3165.9101.73-
YUV216.84148.41145.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 34.97%
GREEN value IS 197 (77.34% from 255) = 28.47%
BLUE value IS 253 (99.22% from 255) = 36.56%
R=34.97%
G=28.47%
B=36.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2421972530.040.2200.01288.2193.3388.24
HexF2C5FD416011205d58
Octal36230537542601440135130
Binary111100101100010111111101100101100110010000010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C5FD; }

 p { color: rgb(242,197,253); }

 H1.HeaderClassName
 {
   color: #F2C5FD;
 }
 .AnyTagClassName
 {
   color: #F2C5FD;
 }
</style>
background-color css

<style>
 a { background-color: #F2C5FD; }

 a { background-color: rgb(242,197,253); }

 div.DivClassName
 {
   background-color: #F2C5FD;
 }
 .BgClassName
 {
   background-color: #F2C5FD;
 }
</style>
border-color css

<style>
 span { border-color: #F2C5FD; }

 span { border-color: rgb(242,197,253); }

 td.TdClassName
 {
   border-color: #F2C5FD;
 }
 .TagClassName
 {
   border-color: #F2C5FD;
 }
</style>