Html Css Color HEX #F4DBFC Blue Chalk

📋 copy color: '#F4DBFC'

red 244 ◦ green 219 ◦ blue 252

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

Shades of Blue Chalk #F4DBFC

Tints of Blue Chalk #F4DBFC

RGB

 RED value IS 244 (95.7% from 255) = 34.13%

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

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

R = 34.13%
G = 30.63%
B = 35.24%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F4DBFC (or 0xF4DBFC) is known color: Blue Chalk. HEX triplet: F4, DB and FC. RGB value is (244,219,252). Sum of RGB (Red+Green+Blue) = 244+219+252=715 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.13% from 715); Green value is 219 (85.94% from 255 or 30.63% from 715); Blue value is 252 (98.83% from 255 or 35.24% from 715); Max value from RGB is 252 - color contains mainly: blue. Hex color #F4DBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DBFC is #0B2403. Grayscale: #E6E6E6. Windows color (decimal): -730116 or 16571380. OLE color: 16571380.

HSL color Cylindrical-coordinate representation of color #F4DBFC: hue angle of 285.45º 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 #F4DBFC is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 244 219 252 -
CMYK 0.03 0.13 0 0.01
HSL 285.45º 0.85% 0.92% -
HSV(B) 285.45º 0.13% 0.99% -
XYZ 80.21 76.92 102.72 -
YUV 230.24 140.28 137.82 -
System Red Green Blue C M Y K H S L
Decimal 244 219 252 0.03 0.13 0 0.01 285.45 0.85 0.92
Hex F4 DB FC 3 D 0 1 11D 55 5C
Octal 364 333 374 3 15 0 1 435 125 134
Binary 11110100 11011011 11111100 11 1101 0 1 100011101 1010101 1011100

Color Harmonies of #F4DBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4DBFC

Black with #F4DBFC

Text Example


Text Example

White with #F4DBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4DBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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