#F0CEF8

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

Shades of Blue Chalk #F0CEF8

Tints of Blue Chalk #F0CEF8

Color information

#F0CEF8 (or 0xF0CEF8) is unknown color: approx Blue Chalk. HEX triplet: F0, CE and F8. RGB value is (240,206,248). Sum of RGB (Red+Green+Blue) = 240+206+248=694 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.58% from 694); Green value is 206 (80.86% from 255 or 29.68% from 694); Blue value is 248 (97.27% from 255 or 35.73% from 694); Max value from RGB is 248 - color contains mainly: blue. Hex color #F0CEF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CEF8 is #0F3107. Grayscale: #DCDCDC. Windows color (decimal): -995592 or 16305904. OLE color: 16305904.

HSL color Cylindrical-coordinate representation of color #F0CEF8: hue angle of 288.57º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F0CEF8 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB240206248-
CMYK0.030.1700.03
HSL288.57º75%89.02%-
HSV(B)288.57º16.94%97.25%-
XYZ74.9569.4598.26-
YUV220.95143.26141.58-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.58%
GREEN value IS 206 (80.86% from 255) = 29.68%
BLUE value IS 248 (97.27% from 255) = 35.73%
R=34.58%
G=29.68%
B=35.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2402062480.030.1700.03288.577589.02
HexF0CEF8311031214b59
Octal36031637032103441113131
Binary111100001100111011111000111000101110010000110010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CEF8; }

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

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

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

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

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

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

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

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