Html Css Color HEX #F9DDE0 Pale Pink

📋 copy color: '#F9DDE0'

red 249 ◦ green 221 ◦ blue 224

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

Shades of Pale Pink #F9DDE0

Tints of Pale Pink #F9DDE0

RGB

 RED value IS 249 (97.66% from 255) = 35.88%

 GREEN value IS 221 (86.72% from 255) = 31.84%

 BLUE value IS 224 (87.89% from 255) = 32.28%

R = 35.88%
G = 31.84%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F9DDE0 (or 0xF9DDE0) is known color: Pale Pink. HEX triplet: F9, DD and E0. RGB value is (249,221,224). Sum of RGB (Red+Green+Blue) = 249+221+224=694 (91% of max value = 765). Red value is 249 (97.66% from 255 or 35.88% from 694); Green value is 221 (86.72% from 255 or 31.84% from 694); Blue value is 224 (87.89% from 255 or 32.28% from 694); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DDE0 is #06221F. Grayscale: #E5E5E5. Windows color (decimal): -401952 or 14736889. OLE color: 14736889.

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

Color convert

RGB 249 221 224 -
CMYK 0 0.11 0.10 0.02
HSL 353.57º 0.7% 0.92% -
HSV(B) 353.57º 0.11% 0.98% -
XYZ 78.38 77.23 81.3 -
YUV 229.71 124.78 141.76 -
System Red Green Blue C M Y K H S L
Decimal 249 221 224 0 0.11 0.10 0.02 353.57 0.7 0.92
Hex F9 DD E0 0 B A 2 162 46 5C
Octal 371 335 340 0 13 12 2 542 106 134
Binary 11111001 11011101 11100000 0 1011 1010 10 101100010 1000110 1011100

Color Harmonies of #F9DDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DDE0

Black with #F9DDE0

Text Example


Text Example

White with #F9DDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DDE0; }

 p { color: rgb(249,221,224); }

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

background-color css

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

 a { background-color: rgb(249,221,224); }

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

border-color css

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

 span { border-color: rgb(249,221,224); }

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