Html Css Color HEX #F0DBFC Blue Chalk

📋 copy color: '#F0DBFC'

red 240 ◦ green 219 ◦ blue 252

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

Shades of Blue Chalk #F0DBFC

Tints of Blue Chalk #F0DBFC

RGB

 RED value IS 240 (94.14% from 255) = 33.76%

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

 BLUE value IS 252 (98.83% from 255) = 35.44%

R = 33.76%
G = 30.8%
B = 35.44%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F0DBFC (or 0xF0DBFC) is known color: Blue Chalk. HEX triplet: F0, DB and FC. RGB value is (240,219,252). Sum of RGB (Red+Green+Blue) = 240+219+252=711 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.76% from 711); Green value is 219 (85.94% from 255 or 30.80% from 711); Blue value is 252 (98.83% from 255 or 35.44% from 711); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0DBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DBFC is #0F2403. Grayscale: #E4E4E4. Windows color (decimal): -992260 or 16571376. OLE color: 16571376.

HSL color Cylindrical-coordinate representation of color #F0DBFC: hue angle of 278.18º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F0DBFC is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 240 219 252 -
CMYK 0.05 0.13 0 0.01
HSL 278.18º 0.85% 0.92% -
HSV(B) 278.18º 0.13% 0.99% -
XYZ 78.84 76.22 102.65 -
YUV 229.04 140.96 135.82 -
System Red Green Blue C M Y K H S L
Decimal 240 219 252 0.05 0.13 0 0.01 278.18 0.85 0.92
Hex F0 DB FC 5 D 0 1 116 55 5C
Octal 360 333 374 5 15 0 1 426 125 134
Binary 11110000 11011011 11111100 101 1101 0 1 100010110 1010101 1011100

Color Harmonies of #F0DBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DBFC

Black with #F0DBFC

Text Example


Text Example

White with #F0DBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DBFC; }

 p { color: rgb(240,219,252); }

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

background-color css

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

 a { background-color: rgb(240,219,252); }

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

border-color css

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

 span { border-color: rgb(240,219,252); }

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