Html Css Color HEX #F2DBF9 Blue Chalk

📋 copy color: '#F2DBF9'

red 242 ◦ green 219 ◦ blue 249

#F2DBF9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chalk #F2DBF9

Tints of Blue Chalk #F2DBF9

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 value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F2DBF9 (or 0xF2DBF9) is known color: 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

RGB 242 219 249 -
CMYK 0.03 0.12 0 0.02
HSL 286º 0.71% 0.92% -
HSV(B) 286º 0.12% 0.98% -
XYZ 79.05 76.38 100.2 -
YUV 229.3 139.12 137.06 -
System Red Green Blue C M Y K H S L
Decimal 242 219 249 0.03 0.12 0 0.02 286 0.71 0.92
Hex F2 DB F9 3 C 0 2 11E 47 5C
Octal 362 333 371 3 14 0 2 436 107 134
Binary 11110010 11011011 11111001 11 1100 0 10 100011110 1000111 1011100

Color Harmonies of #F2DBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DBF9

Black with #F2DBF9

Text Example


Text Example

White with #F2DBF9

Text Example


Text Example

HTML Codes & Css Web 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>