#F0D4FD

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

Shades of Blue Chalk #F0D4FD

Tints of Blue Chalk #F0D4FD

Color information

#F0D4FD (or 0xF0D4FD) is unknown color: approx Blue Chalk. HEX triplet: F0, D4 and FD. RGB value is (240,212,253). Sum of RGB (Red+Green+Blue) = 240+212+253=705 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.04% from 705); Green value is 212 (83.20% from 255 or 30.07% from 705); Blue value is 253 (99.22% from 255 or 35.89% from 705); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0D4FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D4FD is #0F2B02. Grayscale: #E0E0E0. Windows color (decimal): -994051 or 16635120. OLE color: 16635120.

HSL color Cylindrical-coordinate representation of color #F0D4FD: hue angle of 280.98º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0D4FD is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB240212253-
CMYK0.050.1600.01
HSL280.98º91.11%91.18%-
HSV(B)280.98º16.21%99.22%-
XYZ77.2172.7102.89-
YUV225.05143.78138.67-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.04%
GREEN value IS 212 (83.20% from 255) = 30.07%
BLUE value IS 253 (99.22% from 255) = 35.89%
R=34.04%
G=30.07%
B=35.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2402122530.050.1600.01280.9891.1191.18
HexF0D4FD510011195b5b
Octal36032437552001431133133
Binary111100001101010011111101101100000110001100110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D4FD; }

 p { color: rgb(240,212,253); }

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

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

 a { background-color: rgb(240,212,253); }

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

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

 span { border-color: rgb(240,212,253); }

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