Html Css Color HEX #FDD9DC Pale Pink

📋 copy color: '#FDD9DC'

red 253 ◦ green 217 ◦ blue 220

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

Shades of Pale Pink #FDD9DC

Tints of Pale Pink #FDD9DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 31.88%

R = 36.67%
G = 31.45%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FDD9DC (or 0xFDD9DC) is known color: Pale Pink. HEX triplet: FD, D9 and DC. RGB value is (253,217,220). Sum of RGB (Red+Green+Blue) = 253+217+220=690 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.67% from 690); Green value is 217 (85.16% from 255 or 31.45% from 690); Blue value is 220 (86.33% from 255 or 31.88% from 690); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD9DC is #022623. Grayscale: #E4E4E4. Windows color (decimal): -140836 or 14473725. OLE color: 14473725.

HSL color Cylindrical-coordinate representation of color #FDD9DC: hue angle of 355º 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 #FDD9DC is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 217 220 -
CMYK 0 0.14 0.13 0.01
HSL 355º 0.9% 0.92% -
HSV(B) 355º 0.14% 0.99% -
XYZ 78.24 75.68 78.19 -
YUV 228.11 123.43 145.76 -
System Red Green Blue C M Y K H S L
Decimal 253 217 220 0 0.14 0.13 0.01 355 0.9 0.92
Hex FD D9 DC 0 E D 1 163 5A 5C
Octal 375 331 334 0 16 15 1 543 132 134
Binary 11111101 11011001 11011100 0 1110 1101 1 101100011 1011010 1011100

Color Harmonies of #FDD9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD9DC

Black with #FDD9DC

Text Example


Text Example

White with #FDD9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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