#F2CAFA

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

Shades of Blue Chalk #F2CAFA

Tints of Blue Chalk #F2CAFA

Color information

#F2CAFA (or 0xF2CAFA) is unknown color: approx Blue Chalk. HEX triplet: F2, CA and FA. RGB value is (242,202,250). Sum of RGB (Red+Green+Blue) = 242+202+250=694 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.87% from 694); Green value is 202 (79.30% from 255 or 29.11% from 694); Blue value is 250 (98.05% from 255 or 36.02% from 694); Max value from RGB is 250 - color contains mainly: blue. Hex color #F2CAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CAFA is #0D3505. Grayscale: #DBDBDB. Windows color (decimal): -865542 or 16435954. OLE color: 16435954.

HSL color Cylindrical-coordinate representation of color #F2CAFA: hue angle of 290º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F2CAFA is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB242202250-
CMYK0.030.1900.02
HSL290º82.76%88.63%-
HSV(B)290º19.2%98.04%-
XYZ74.9968.0299.62-
YUV219.43145.25144.1-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.87%
GREEN value IS 202 (79.30% from 255) = 29.11%
BLUE value IS 250 (98.05% from 255) = 36.02%
R=34.87%
G=29.11%
B=36.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422022500.030.1900.0229082.7688.63
HexF2CAFA313021225359
Octal36231237232302442123131
Binary111100101100101011111010111001101010010001010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CAFA; }

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

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

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

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

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

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

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

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