#F0CEFC

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

Shades of Blue Chalk #F0CEFC

Tints of Blue Chalk #F0CEFC

Color information

#F0CEFC (or 0xF0CEFC) is unknown color: approx Blue Chalk. HEX triplet: F0, CE and FC. RGB value is (240,206,252). Sum of RGB (Red+Green+Blue) = 240+206+252=698 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.38% from 698); Green value is 206 (80.86% from 255 or 29.51% from 698); Blue value is 252 (98.83% from 255 or 36.10% from 698); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0CEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CEFC is #0F3103. Grayscale: #DDDDDD. Windows color (decimal): -995588 or 16568048. OLE color: 16568048.

HSL color Cylindrical-coordinate representation of color #F0CEFC: hue angle of 284.35º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F0CEFC is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB240206252-
CMYK0.050.1800.01
HSL284.35º88.46%89.8%-
HSV(B)284.35º18.25%98.82%-
XYZ75.5869.7101.56-
YUV221.41145.26141.26-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.38%
GREEN value IS 206 (80.86% from 255) = 29.51%
BLUE value IS 252 (98.83% from 255) = 36.10%
R=34.38%
G=29.51%
B=36.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2402062520.050.1800.01284.3588.4689.8
HexF0CEFC5120111c585a
Octal36031637452201434130132
Binary111100001100111011111100101100100110001110010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CEFC; }

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

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

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

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

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

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

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

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