#F0CAFE

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

Shades of Blue Chalk #F0CAFE

Tints of Blue Chalk #F0CAFE

Color information

#F0CAFE (or 0xF0CAFE) is unknown color: approx Blue Chalk. HEX triplet: F0, CA and FE. RGB value is (240,202,254). Sum of RGB (Red+Green+Blue) = 240+202+254=696 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.48% from 696); Green value is 202 (79.30% from 255 or 29.02% from 696); Blue value is 254 (99.61% from 255 or 36.49% from 696); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0CAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CAFE is #0F3501. Grayscale: #DBDBDB. Windows color (decimal): -996610 or 16698096. OLE color: 16698096.

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

Color convert

RGB240202254-
CMYK0.060.2000.00
HSL283.85º96.3%89.41%-
HSV(B)283.85º20.47%99.61%-
XYZ74.9567.92102.93-
YUV219.29147.59142.77-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.48%
GREEN value IS 202 (79.30% from 255) = 29.02%
BLUE value IS 254 (99.61% from 255) = 36.49%
R=34.48%
G=29.02%
B=36.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2402022540.060.2000.00283.8596.389.41
HexF0CAFE6140011c6059
Octal36031237662400434140131
Binary111100001100101011111110110101000010001110011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CAFE; }

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

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

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

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

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

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

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

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