#F1CAF9

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

Shades of Blue Chalk #F1CAF9

Tints of Blue Chalk #F1CAF9

Color information

#F1CAF9 (or 0xF1CAF9) is unknown color: approx Blue Chalk. HEX triplet: F1, CA and F9. RGB value is (241,202,249). Sum of RGB (Red+Green+Blue) = 241+202+249=692 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.83% from 692); Green value is 202 (79.30% from 255 or 29.19% from 692); Blue value is 249 (97.66% from 255 or 35.98% from 692); Max value from RGB is 249 - color contains mainly: blue. Hex color #F1CAF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CAF9 is #0E3506. Grayscale: #DADADA. Windows color (decimal): -931079 or 16370417. OLE color: 16370417.

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

Color convert

RGB241202249-
CMYK0.030.1900.02
HSL289.79º79.66%88.43%-
HSV(B)289.79º18.88%97.65%-
XYZ74.567.7898.78-
YUV219.02144.92143.68-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.83%
GREEN value IS 202 (79.30% from 255) = 29.19%
BLUE value IS 249 (97.66% from 255) = 35.98%
R=34.83%
G=29.19%
B=35.98%

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
Decimal2412022490.030.1900.02289.7979.6688.43
HexF1CAF9313021225058
Octal36131237132302442120130
Binary111100011100101011111001111001101010010001010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CAF9; }

 p { color: rgb(241,202,249); }

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

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

 a { background-color: rgb(241,202,249); }

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

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

 span { border-color: rgb(241,202,249); }

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