#F0CAFF

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

Shades of Blue Chalk #F0CAFF

Tints of Blue Chalk #F0CAFF

Color information

#F0CAFF (or 0xF0CAFF) is unknown color: approx Blue Chalk. HEX triplet: F0, CA and FF. RGB value is (240,202,255). Sum of RGB (Red+Green+Blue) = 240+202+255=697 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.43% from 697); Green value is 202 (79.30% from 255 or 28.98% from 697); Blue value is 255 (100% from 255 or 36.59% from 697); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0CAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CAFF is #0F3500. Grayscale: #DBDBDB. Windows color (decimal): -996609 or 16763632. OLE color: 16763632.

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

Color convert

RGB240202255-
CMYK0.060.2100
HSL283.02º100%89.61%-
HSV(B)283.02º20.78%100%-
XYZ75.1167.99103.77-
YUV219.4148.09142.69-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.43%
GREEN value IS 202 (79.30% from 255) = 28.98%
BLUE value IS 255 (100% from 255) = 36.59%
R=34.43%
G=28.98%
B=36.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2402022550.060.2100283.0210089.61
HexF0CAFF6150011b645a
Octal36031237762500433144132
Binary111100001100101011111111110101010010001101111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CAFF; }

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

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

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

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

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

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

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

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