#F0D7FE

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

Shades of Blue Chalk #F0D7FE

Tints of Blue Chalk #F0D7FE

Color information

#F0D7FE (or 0xF0D7FE) is unknown color: approx Blue Chalk. HEX triplet: F0, D7 and FE. RGB value is (240,215,254). Sum of RGB (Red+Green+Blue) = 240+215+254=709 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.85% from 709); Green value is 215 (84.38% from 255 or 30.32% from 709); Blue value is 254 (99.61% from 255 or 35.83% from 709); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0D7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D7FE is #0F2801. Grayscale: #E2E2E2. Windows color (decimal): -993282 or 16701424. OLE color: 16701424.

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

Color convert

RGB240215254-
CMYK0.060.1500.00
HSL278.46º95.12%91.96%-
HSV(B)278.46º15.35%99.61%-
XYZ78.1374.28103.99-
YUV226.92143.28137.33-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.85%
GREEN value IS 215 (84.38% from 255) = 30.32%
BLUE value IS 254 (99.61% from 255) = 35.83%
R=33.85%
G=30.32%
B=35.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2402152540.060.1500.00278.4695.1291.96
HexF0D7FE6F001165f5c
Octal36032737661700426137134
Binary11110000110101111111111011011110010001011010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D7FE; }

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

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

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

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

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

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

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

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