Html Css Color HEX #F4DBFE Blue Chalk

📋 copy color: '#F4DBFE'

red 244 ◦ green 219 ◦ blue 254

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

Shades of Blue Chalk #F4DBFE

Tints of Blue Chalk #F4DBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 35.43%

R = 34.03%
G = 30.54%
B = 35.43%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F4DBFE (or 0xF4DBFE) is known color: Blue Chalk. HEX triplet: F4, DB and FE. RGB value is (244,219,254). Sum of RGB (Red+Green+Blue) = 244+219+254=717 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.03% from 717); Green value is 219 (85.94% from 255 or 30.54% from 717); Blue value is 254 (99.61% from 255 or 35.43% from 717); Max value from RGB is 254 - color contains mainly: blue. Hex color #F4DBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DBFE is #0B2401. Grayscale: #E6E6E6. Windows color (decimal): -730114 or 16702452. OLE color: 16702452.

HSL color Cylindrical-coordinate representation of color #F4DBFE: hue angle of 282.86º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F4DBFE is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 244 219 254 -
CMYK 0.04 0.14 0 0.00
HSL 282.86º 0.95% 0.93% -
HSV(B) 282.86º 0.14% 1% -
XYZ 80.53 77.05 104.39 -
YUV 230.47 141.28 137.65 -
System Red Green Blue C M Y K H S L
Decimal 244 219 254 0.04 0.14 0 0.00 282.86 0.95 0.93
Hex F4 DB FE 4 E 0 0 11B 5F 5D
Octal 364 333 376 4 16 0 0 433 137 135
Binary 11110100 11011011 11111110 100 1110 0 0 100011011 1011111 1011101

Color Harmonies of #F4DBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4DBFE

Black with #F4DBFE

Text Example


Text Example

White with #F4DBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4DBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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