#F1CAFA

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

Shades of Blue Chalk #F1CAFA

Tints of Blue Chalk #F1CAFA

Color information

#F1CAFA (or 0xF1CAFA) is unknown color: approx Blue Chalk. HEX triplet: F1, CA and FA. RGB value is (241,202,250). Sum of RGB (Red+Green+Blue) = 241+202+250=693 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.78% from 693); Green value is 202 (79.30% from 255 or 29.15% from 693); Blue value is 250 (98.05% from 255 or 36.08% from 693); Max value from RGB is 250 - color contains mainly: blue. Hex color #F1CAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CAFA is #0E3505. Grayscale: #DADADA. Windows color (decimal): -931078 or 16435953. OLE color: 16435953.

HSL color Cylindrical-coordinate representation of color #F1CAFA: hue angle of 288.75º 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 #F1CAFA is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB241202250-
CMYK0.040.1900.02
HSL288.75º82.76%88.63%-
HSV(B)288.75º19.2%98.04%-
XYZ74.6567.8499.6-
YUV219.13145.42143.6-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.78%
GREEN value IS 202 (79.30% from 255) = 29.15%
BLUE value IS 250 (98.05% from 255) = 36.08%
R=34.78%
G=29.15%
B=36.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412022500.040.1900.02288.7582.7688.63
HexF1CAFA413021215359
Octal36131237242302441123131
Binary1111000111001010111110101001001101010010000110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CAFA; }

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

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

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

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

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

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

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

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