Html Css Color HEX #F4DBDD Pale Pink

📋 copy color: '#F4DBDD'

red 244 ◦ green 219 ◦ blue 221

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

Shades of Pale Pink #F4DBDD

Tints of Pale Pink #F4DBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 32.31%

R = 35.67%
G = 32.02%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F4DBDD (or 0xF4DBDD) is known color: Pale Pink. HEX triplet: F4, DB and DD. RGB value is (244,219,221). Sum of RGB (Red+Green+Blue) = 244+219+221=684 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.67% from 684); Green value is 219 (85.94% from 255 or 32.02% from 684); Blue value is 221 (86.72% from 255 or 32.31% from 684); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DBDD is #0B2422. Grayscale: #E2E2E2. Windows color (decimal): -730147 or 14539764. OLE color: 14539764.

HSL color Cylindrical-coordinate representation of color #F4DBDD: hue angle of 355.2º degrees, saturation: 0.53, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F4DBDD is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 219 221 -
CMYK 0 0.10 0.09 0.04
HSL 355.2º 0.53% 0.91% -
HSV(B) 355.2º 0.1% 0.96% -
XYZ 75.69 75.12 78.92 -
YUV 226.7 124.78 140.34 -
System Red Green Blue C M Y K H S L
Decimal 244 219 221 0 0.10 0.09 0.04 355.2 0.53 0.91
Hex F4 DB DD 0 A 9 4 163 35 5B
Octal 364 333 335 0 12 11 4 543 65 133
Binary 11110100 11011011 11011101 0 1010 1001 100 101100011 110101 1011011

Color Harmonies of #F4DBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4DBDD

Black with #F4DBDD

Text Example


Text Example

White with #F4DBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4DBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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