#F0D6FB

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

Shades of Blue Chalk #F0D6FB

Tints of Blue Chalk #F0D6FB

Color information

#F0D6FB (or 0xF0D6FB) is unknown color: approx Blue Chalk. HEX triplet: F0, D6 and FB. RGB value is (240,214,251). Sum of RGB (Red+Green+Blue) = 240+214+251=705 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.04% from 705); Green value is 214 (83.98% from 255 or 30.35% from 705); Blue value is 251 (98.44% from 255 or 35.60% from 705); Max value from RGB is 251 - color contains mainly: blue. Hex color #F0D6FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D6FB is #0F2904. Grayscale: #E1E1E1. Windows color (decimal): -993541 or 16504560. OLE color: 16504560.

HSL color Cylindrical-coordinate representation of color #F0D6FB: hue angle of 282.16º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0D6FB is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB240214251-
CMYK0.040.1500.02
HSL282.16º82.22%91.18%-
HSV(B)282.16º14.74%98.43%-
XYZ77.3973.58101.39-
YUV225.99142.11137.99-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.04%
GREEN value IS 214 (83.98% from 255) = 30.35%
BLUE value IS 251 (98.44% from 255) = 35.60%
R=34.04%
G=30.35%
B=35.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402142510.040.1500.02282.1682.2291.18
HexF0D6FB4F0211a525b
Octal36032637341702432122133
Binary111100001101011011111011100111101010001101010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D6FB; }

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

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

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

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

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

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

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

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