#F2CBFF

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

Shades of Blue Chalk #F2CBFF

Tints of Blue Chalk #F2CBFF

Color information

#F2CBFF (or 0xF2CBFF) is unknown color: approx Blue Chalk. HEX triplet: F2, CB and FF. RGB value is (242,203,255). Sum of RGB (Red+Green+Blue) = 242+203+255=700 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.57% from 700); Green value is 203 (79.69% from 255 or 29% from 700); Blue value is 255 (100% from 255 or 36.43% from 700); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2CBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CBFF is #0D3400. Grayscale: #DCDCDC. Windows color (decimal): -865281 or 16763890. OLE color: 16763890.

HSL color Cylindrical-coordinate representation of color #F2CBFF: hue angle of 285º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F2CBFF is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB242203255-
CMYK0.050.2000
HSL285º100%89.8%-
HSV(B)285º20.39%100%-
XYZ76.0268.81103.88-
YUV220.59147.42143.27-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.57%
GREEN value IS 203 (79.69% from 255) = 29%
BLUE value IS 255 (100% from 255) = 36.43%
R=34.57%
G=29%
B=36.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2422032550.050.200028510089.8
HexF2CBFF5140011d645a
Octal36231337752400435144132
Binary111100101100101111111111101101000010001110111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CBFF; }

 p { color: rgb(242,203,255); }

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

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

 a { background-color: rgb(242,203,255); }

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

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

 span { border-color: rgb(242,203,255); }

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