#F0CBFF

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

Shades of Blue Chalk #F0CBFF

Tints of Blue Chalk #F0CBFF

Color information

#F0CBFF (or 0xF0CBFF) is unknown color: approx Blue Chalk. HEX triplet: F0, CB and FF. RGB value is (240,203,255). Sum of RGB (Red+Green+Blue) = 240+203+255=698 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.38% from 698); Green value is 203 (79.69% from 255 or 29.08% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0CBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CBFF is #0F3400. Grayscale: #DBDBDB. Windows color (decimal): -996353 or 16763888. OLE color: 16763888.

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

Color convert

RGB240203255-
CMYK0.060.2000
HSL282.69º100%89.8%-
HSV(B)282.69º20.39%100%-
XYZ75.3468.46103.85-
YUV219.99147.76142.27-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.38%
GREEN value IS 203 (79.69% from 255) = 29.08%
BLUE value IS 255 (100% from 255) = 36.53%
R=34.38%
G=29.08%
B=36.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2402032550.060.2000282.6910089.8
HexF0CBFF6140011b645a
Octal36031337762400433144132
Binary111100001100101111111111110101000010001101111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CBFF; }

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

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

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

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

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

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

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

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