Html Css Color HEX #F2DBFB Blue Chalk

📋 copy color: '#F2DBFB'

red 242 ◦ green 219 ◦ blue 251

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

Shades of Blue Chalk #F2DBFB

Tints of Blue Chalk #F2DBFB

RGB

 RED value IS 242 (94.92% from 255) = 33.99%

 GREEN value IS 219 (85.94% from 255) = 30.76%

 BLUE value IS 251 (98.44% from 255) = 35.25%

R = 33.99%
G = 30.76%
B = 35.25%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F2DBFB (or 0xF2DBFB) is known color: Blue Chalk. HEX triplet: F2, DB and FB. RGB value is (242,219,251). Sum of RGB (Red+Green+Blue) = 242+219+251=712 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.99% from 712); Green value is 219 (85.94% from 255 or 30.76% from 712); Blue value is 251 (98.44% from 255 or 35.25% from 712); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2DBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DBFB is #0D2404. Grayscale: #E5E5E5. Windows color (decimal): -861189 or 16505842. OLE color: 16505842.

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

Color convert

RGB 242 219 251 -
CMYK 0.04 0.13 0 0.02
HSL 283.13º 0.8% 0.92% -
HSV(B) 283.13º 0.13% 0.98% -
XYZ 79.36 76.51 101.85 -
YUV 229.53 140.12 136.9 -
System Red Green Blue C M Y K H S L
Decimal 242 219 251 0.04 0.13 0 0.02 283.13 0.8 0.92
Hex F2 DB FB 4 D 0 2 11B 50 5C
Octal 362 333 373 4 15 0 2 433 120 134
Binary 11110010 11011011 11111011 100 1101 0 10 100011011 1010000 1011100

Color Harmonies of #F2DBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DBFB

Black with #F2DBFB

Text Example


Text Example

White with #F2DBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DBFB; }

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

 H1.HeaderClassName
 {
   color: #F2DBFB;
 }
 .AnyTagClassName
 {
   color: #F2DBFB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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