Html Css Color HEX #F9DDDE Pale Pink

📋 copy color: '#F9DDDE'

red 249 ◦ green 221 ◦ blue 222

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

Shades of Pale Pink #F9DDDE

Tints of Pale Pink #F9DDDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 32.08%

R = 35.98%
G = 31.94%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F9DDDE (or 0xF9DDDE) is known color: Pale Pink. HEX triplet: F9, DD and DE. RGB value is (249,221,222). Sum of RGB (Red+Green+Blue) = 249+221+222=692 (91% of max value = 765). Red value is 249 (97.66% from 255 or 35.98% from 692); Green value is 221 (86.72% from 255 or 31.94% from 692); Blue value is 222 (87.11% from 255 or 32.08% from 692); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DDDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DDDE is #062221. Grayscale: #E5E5E5. Windows color (decimal): -401954 or 14605817. OLE color: 14605817.

HSL color Cylindrical-coordinate representation of color #F9DDDE: hue angle of 357.86º 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 #F9DDDE is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 221 222 -
CMYK 0 0.11 0.11 0.02
HSL 357.86º 0.7% 0.92% -
HSV(B) 357.86º 0.11% 0.98% -
XYZ 78.11 77.13 79.88 -
YUV 229.49 123.78 141.92 -
System Red Green Blue C M Y K H S L
Decimal 249 221 222 0 0.11 0.11 0.02 357.86 0.7 0.92
Hex F9 DD DE 0 B B 2 166 46 5C
Octal 371 335 336 0 13 13 2 546 106 134
Binary 11111001 11011101 11011110 0 1011 1011 10 101100110 1000110 1011100

Color Harmonies of #F9DDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DDDE

Black with #F9DDDE

Text Example


Text Example

White with #F9DDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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