#F2DBF9

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

Shades of Blue Chalk #F2DBF9

Tints of Blue Chalk #F2DBF9

Color information

#F2DBF9 (or 0xF2DBF9) is unknown color: approx Blue Chalk. HEX triplet: F2, DB and F9. RGB value is (242,219,249). Sum of RGB (Red+Green+Blue) = 242+219+249=710 (94% of max value = 765). Red value is 242 (94.92% from 255 or 34.08% from 710); Green value is 219 (85.94% from 255 or 30.85% from 710); Blue value is 249 (97.66% from 255 or 35.07% from 710); Max value from RGB is 249 - color contains mainly: blue. Hex color #F2DBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DBF9 is #0D2406. Grayscale: #E5E5E5. Windows color (decimal): -861191 or 16374770. OLE color: 16374770.

HSL color Cylindrical-coordinate representation of color #F2DBF9: hue angle of 286º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F2DBF9 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB242219249-
CMYK0.030.1200.02
HSL286º71.43%91.76%-
HSV(B)286º12.05%97.65%-
XYZ79.0576.38100.2-
YUV229.3139.12137.06-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.08%
GREEN value IS 219 (85.94% from 255) = 30.85%
BLUE value IS 249 (97.66% from 255) = 35.07%
R=34.08%
G=30.85%
B=35.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422192490.030.1200.0228671.4391.76
HexF2DBF93C0211e475c
Octal36233337131402436107134
Binary11110010110110111111100111110001010001111010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DBF9; }

 p { color: rgb(242,219,249); }

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

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

 a { background-color: rgb(242,219,249); }

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

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

 span { border-color: rgb(242,219,249); }

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