#F1CAFB

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

Shades of Blue Chalk #F1CAFB

Tints of Blue Chalk #F1CAFB

Color information

#F1CAFB (or 0xF1CAFB) is unknown color: approx Blue Chalk. HEX triplet: F1, CA and FB. RGB value is (241,202,251). Sum of RGB (Red+Green+Blue) = 241+202+251=694 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.73% from 694); Green value is 202 (79.30% from 255 or 29.11% from 694); Blue value is 251 (98.44% from 255 or 36.17% from 694); Max value from RGB is 251 - color contains mainly: blue. Hex color #F1CAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CAFB is #0E3504. Grayscale: #DBDBDB. Windows color (decimal): -931077 or 16501489. OLE color: 16501489.

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

Color convert

RGB241202251-
CMYK0.040.2000.02
HSL287.76º85.96%88.82%-
HSV(B)287.76º19.52%98.43%-
XYZ74.8167.91100.43-
YUV219.25145.92143.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.73%
GREEN value IS 202 (79.30% from 255) = 29.11%
BLUE value IS 251 (98.44% from 255) = 36.17%
R=34.73%
G=29.11%
B=36.17%

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
Decimal2412022510.040.2000.02287.7685.9688.82
HexF1CAFB414021205659
Octal36131237342402440126131
Binary1111000111001010111110111001010001010010000010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CAFB; }

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

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

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

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

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

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

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

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