#F0D0FF

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

Shades of Blue Chalk #F0D0FF

Tints of Blue Chalk #F0D0FF

Color information

#F0D0FF (or 0xF0D0FF) is unknown color: approx Blue Chalk. HEX triplet: F0, D0 and FF. RGB value is (240,208,255). Sum of RGB (Red+Green+Blue) = 240+208+255=703 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.14% from 703); Green value is 208 (81.64% from 255 or 29.59% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0D0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D0FF is #0F2F00. Grayscale: #DEDEDE. Windows color (decimal): -995073 or 16765168. OLE color: 16765168.

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

Color convert

RGB240208255-
CMYK0.060.1800
HSL280.85º100%90.78%-
HSV(B)280.85º18.43%100%-
XYZ76.5470.86104.25-
YUV222.93146.1140.18-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.14%
GREEN value IS 208 (81.64% from 255) = 29.59%
BLUE value IS 255 (100% from 255) = 36.27%
R=34.14%
G=29.59%
B=36.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2402082550.060.1800280.8510090.78
HexF0D0FF61200119645b
Octal36032037762200431144133
Binary111100001101000011111111110100100010001100111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D0FF; }

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

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

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

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

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

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

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

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