Html Css Color HEX #FFD7DD Pale Pink

📋 copy color: '#FFD7DD'

red 255 ◦ green 215 ◦ blue 221

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

Shades of Pale Pink #FFD7DD

Tints of Pale Pink #FFD7DD

RGB

 RED value IS 255 (100% from 255) = 36.9%

 GREEN value IS 215 (84.38% from 255) = 31.11%

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

R = 36.9%
G = 31.11%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FFD7DD (or 0xFFD7DD) is known color: Pale Pink. HEX triplet: FF, D7 and DD. RGB value is (255,215,221). Sum of RGB (Red+Green+Blue) = 255+215+221=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 215 (84.38% from 255 or 31.11% from 691); Blue value is 221 (86.72% from 255 or 31.98% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD7DD is #002822. Grayscale: #E3E3E3. Windows color (decimal): -10275 or 14538751. OLE color: 14538751.

HSL color Cylindrical-coordinate representation of color #FFD7DD: hue angle of 351º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFD7DD is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB 255 215 221 -
CMYK 0 0.16 0.13 0
HSL 351º 1% 0.92% -
HSV(B) 351º 0.16% 1% -
XYZ 78.59 75.08 78.76 -
YUV 227.64 124.25 147.51 -
System Red Green Blue C M Y K H S L
Decimal 255 215 221 0 0.16 0.13 0 351 1 0.92
Hex FF D7 DD 0 10 D 0 15F 64 5C
Octal 377 327 335 0 20 15 0 537 144 134
Binary 11111111 11010111 11011101 0 10000 1101 0 101011111 1100100 1011100

Color Harmonies of #FFD7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD7DD

Black with #FFD7DD

Text Example


Text Example

White with #FFD7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD7DD; }

 p { color: rgb(255,215,221); }

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

background-color css

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

 a { background-color: rgb(255,215,221); }

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

border-color css

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

 span { border-color: rgb(255,215,221); }

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