#F0D6FE

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

Shades of Blue Chalk #F0D6FE

Tints of Blue Chalk #F0D6FE

Color information

#F0D6FE (or 0xF0D6FE) is unknown color: approx Blue Chalk. HEX triplet: F0, D6 and FE. RGB value is (240,214,254). Sum of RGB (Red+Green+Blue) = 240+214+254=708 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.90% from 708); Green value is 214 (83.98% from 255 or 30.23% from 708); Blue value is 254 (99.61% from 255 or 35.88% from 708); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0D6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D6FE is #0F2901. Grayscale: #E2E2E2. Windows color (decimal): -993538 or 16701168. OLE color: 16701168.

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

Color convert

RGB240214254-
CMYK0.060.1600.00
HSL279º95.24%91.76%-
HSV(B)279º15.75%99.61%-
XYZ77.8773.77103.9-
YUV226.33143.61137.75-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.90%
GREEN value IS 214 (83.98% from 255) = 30.23%
BLUE value IS 254 (99.61% from 255) = 35.88%
R=33.90%
G=30.23%
B=35.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2402142540.060.1600.0027995.2491.76
HexF0D6FE610001175f5c
Octal36032637662000427137134
Binary111100001101011011111110110100000010001011110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D6FE; }

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

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

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

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

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

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

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

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