Html Css Color HEX #FDD9DE Pale Pink

📋 copy color: '#FDD9DE'

red 253 ◦ green 217 ◦ blue 222

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

Shades of Pale Pink #FDD9DE

Tints of Pale Pink #FDD9DE

RGB

 RED value IS 253 (99.22% from 255) = 36.56%

 GREEN value IS 217 (85.16% from 255) = 31.36%

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

R = 36.56%
G = 31.36%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FDD9DE (or 0xFDD9DE) is known color: Pale Pink. HEX triplet: FD, D9 and DE. RGB value is (253,217,222). Sum of RGB (Red+Green+Blue) = 253+217+222=692 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.56% from 692); Green value is 217 (85.16% from 255 or 31.36% from 692); Blue value is 222 (87.11% from 255 or 32.08% from 692); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD9DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD9DE is #022621. Grayscale: #E4E4E4. Windows color (decimal): -140834 or 14604797. OLE color: 14604797.

HSL color Cylindrical-coordinate representation of color #FDD9DE: hue angle of 351.67º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDD9DE is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 217 222 -
CMYK 0 0.14 0.12 0.01
HSL 351.67º 0.9% 0.92% -
HSV(B) 351.67º 0.14% 0.99% -
XYZ 78.51 75.78 79.6 -
YUV 228.33 124.43 145.59 -
System Red Green Blue C M Y K H S L
Decimal 253 217 222 0 0.14 0.12 0.01 351.67 0.9 0.92
Hex FD D9 DE 0 E C 1 160 5A 5C
Octal 375 331 336 0 16 14 1 540 132 134
Binary 11111101 11011001 11011110 0 1110 1100 1 101100000 1011010 1011100

Color Harmonies of #FDD9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD9DE

Black with #FDD9DE

Text Example


Text Example

White with #FDD9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD9DE; }

 p { color: rgb(253,217,222); }

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

background-color css

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

 a { background-color: rgb(253,217,222); }

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

border-color css

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

 span { border-color: rgb(253,217,222); }

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