#F0CEFE

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

Shades of Blue Chalk #F0CEFE

Tints of Blue Chalk #F0CEFE

Color information

#F0CEFE (or 0xF0CEFE) is unknown color: approx Blue Chalk. HEX triplet: F0, CE and FE. RGB value is (240,206,254). Sum of RGB (Red+Green+Blue) = 240+206+254=700 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.29% from 700); Green value is 206 (80.86% from 255 or 29.43% from 700); Blue value is 254 (99.61% from 255 or 36.29% from 700); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0CEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CEFE is #0F3101. Grayscale: #DDDDDD. Windows color (decimal): -995586 or 16699120. OLE color: 16699120.

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

Color convert

RGB240206254-
CMYK0.060.1900.00
HSL282.5º96%90.2%-
HSV(B)282.5º18.9%99.61%-
XYZ75.969.82103.24-
YUV221.64146.26141.1-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.29%
GREEN value IS 206 (80.86% from 255) = 29.43%
BLUE value IS 254 (99.61% from 255) = 36.29%
R=34.29%
G=29.43%
B=36.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2402062540.060.1900.00282.59690.2
HexF0CEFE6130011a605a
Octal36031637662300432140132
Binary111100001100111011111110110100110010001101011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CEFE; }

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

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

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

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

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

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

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

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