#F0D9FF

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

Shades of Blue Chalk #F0D9FF

Tints of Blue Chalk #F0D9FF

Color information

#F0D9FF (or 0xF0D9FF) is unknown color: approx Blue Chalk. HEX triplet: F0, D9 and FF. RGB value is (240,217,255). Sum of RGB (Red+Green+Blue) = 240+217+255=712 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.71% from 712); Green value is 217 (85.16% from 255 or 30.48% from 712); Blue value is 255 (100% from 255 or 35.81% from 712); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0D9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D9FF is #0F2600. Grayscale: #E4E4E4. Windows color (decimal): -992769 or 16767472. OLE color: 16767472.

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

Color convert

RGB240217255-
CMYK0.060.1500
HSL276.32º100%92.55%-
HSV(B)276.32º14.9%100%-
XYZ78.875.37105-
YUV228.21143.12136.41-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.71%
GREEN value IS 217 (85.16% from 255) = 30.48%
BLUE value IS 255 (100% from 255) = 35.81%
R=33.71%
G=30.48%
B=35.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2402172550.060.1500276.3210092.55
HexF0D9FF6F00114645d
Octal36033137761700424144135
Binary11110000110110011111111111011110010001010011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D9FF; }

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

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

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

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

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

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

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

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