#F1CFFB

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

Shades of Blue Chalk #F1CFFB

Tints of Blue Chalk #F1CFFB

Color information

#F1CFFB (or 0xF1CFFB) is unknown color: approx Blue Chalk. HEX triplet: F1, CF and FB. RGB value is (241,207,251). Sum of RGB (Red+Green+Blue) = 241+207+251=699 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.48% from 699); Green value is 207 (81.25% from 255 or 29.61% from 699); Blue value is 251 (98.44% from 255 or 35.91% from 699); Max value from RGB is 251 - color contains mainly: blue. Hex color #F1CFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CFFB is #0E3004. Grayscale: #DEDEDE. Windows color (decimal): -929797 or 16502769. OLE color: 16502769.

HSL color Cylindrical-coordinate representation of color #F1CFFB: hue angle of 286.36º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F1CFFB is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB241207251-
CMYK0.040.1800.02
HSL286.36º84.62%89.8%-
HSV(B)286.36º17.53%98.43%-
XYZ7670.29100.83-
YUV222.18144.26141.42-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.48%
GREEN value IS 207 (81.25% from 255) = 29.61%
BLUE value IS 251 (98.44% from 255) = 35.91%
R=34.48%
G=29.61%
B=35.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412072510.040.1800.02286.3684.6289.8
HexF1CFFB4120211e555a
Octal36131737342202436125132
Binary1111000111001111111110111001001001010001111010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CFFB; }

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

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

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

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

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

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

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

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