#F2CAFB

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

Shades of Blue Chalk #F2CAFB

Tints of Blue Chalk #F2CAFB

Color information

#F2CAFB (or 0xF2CAFB) is unknown color: approx Blue Chalk. HEX triplet: F2, CA and FB. RGB value is (242,202,251). Sum of RGB (Red+Green+Blue) = 242+202+251=695 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.82% from 695); Green value is 202 (79.30% from 255 or 29.06% from 695); Blue value is 251 (98.44% from 255 or 36.12% from 695); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2CAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CAFB is #0D3504. Grayscale: #DBDBDB. Windows color (decimal): -865541 or 16501490. OLE color: 16501490.

HSL color Cylindrical-coordinate representation of color #F2CAFB: hue angle of 288.98º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F2CAFB is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB242202251-
CMYK0.040.2000.02
HSL288.98º85.96%88.82%-
HSV(B)288.98º19.52%98.43%-
XYZ75.1568.08100.45-
YUV219.55145.75144.02-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.82%
GREEN value IS 202 (79.30% from 255) = 29.06%
BLUE value IS 251 (98.44% from 255) = 36.12%
R=34.82%
G=29.06%
B=36.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422022510.040.2000.02288.9885.9688.82
HexF2CAFB414021215659
Octal36231237342402441126131
Binary1111001011001010111110111001010001010010000110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CAFB; }

 p { color: rgb(242,202,251); }

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

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

 a { background-color: rgb(242,202,251); }

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

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

 span { border-color: rgb(242,202,251); }

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