#F0CEFB

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

Shades of Blue Chalk #F0CEFB

Tints of Blue Chalk #F0CEFB

Color information

#F0CEFB (or 0xF0CEFB) is unknown color: approx Blue Chalk. HEX triplet: F0, CE and FB. RGB value is (240,206,251). Sum of RGB (Red+Green+Blue) = 240+206+251=697 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.43% from 697); Green value is 206 (80.86% from 255 or 29.56% from 697); Blue value is 251 (98.44% from 255 or 36.01% from 697); Max value from RGB is 251 - color contains mainly: blue. Hex color #F0CEFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CEFB is #0F3104. Grayscale: #DDDDDD. Windows color (decimal): -995589 or 16502512. OLE color: 16502512.

HSL color Cylindrical-coordinate representation of color #F0CEFB: hue angle of 285.33º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F0CEFB is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB240206251-
CMYK0.040.1800.02
HSL285.33º84.91%89.61%-
HSV(B)285.33º17.93%98.43%-
XYZ75.4269.63100.73-
YUV221.3144.76141.34-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.43%
GREEN value IS 206 (80.86% from 255) = 29.56%
BLUE value IS 251 (98.44% from 255) = 36.01%
R=34.43%
G=29.56%
B=36.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402062510.040.1800.02285.3384.9189.61
HexF0CEFB4120211d555a
Octal36031637342202435125132
Binary1111000011001110111110111001001001010001110110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CEFB; }

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

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

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

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

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

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

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

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