#F0CEFF

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

Shades of Blue Chalk #F0CEFF

Tints of Blue Chalk #F0CEFF

Color information

#F0CEFF (or 0xF0CEFF) is unknown color: approx Blue Chalk. HEX triplet: F0, CE and FF. RGB value is (240,206,255). Sum of RGB (Red+Green+Blue) = 240+206+255=701 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.24% from 701); Green value is 206 (80.86% from 255 or 29.39% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0CEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CEFF is #0F3100. Grayscale: #DDDDDD. Windows color (decimal): -995585 or 16764656. OLE color: 16764656.

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

Color convert

RGB240206255-
CMYK0.060.1900
HSL281.63º100%90.39%-
HSV(B)281.63º19.22%100%-
XYZ76.0669.89104.09-
YUV221.75146.76141.02-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.24%
GREEN value IS 206 (80.86% from 255) = 29.39%
BLUE value IS 255 (100% from 255) = 36.38%
R=34.24%
G=29.39%
B=36.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2402062550.060.1900281.6310090.39
HexF0CEFF6130011a645a
Octal36031637762300432144132
Binary111100001100111011111111110100110010001101011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CEFF; }

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

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

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

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

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

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

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

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