Html Css Color HEX #FDD7DC Pale Pink

📋 copy color: '#FDD7DC'

red 253 ◦ green 215 ◦ blue 220

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

Shades of Pale Pink #FDD7DC

Tints of Pale Pink #FDD7DC

RGB

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

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

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

R = 36.77%
G = 31.25%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FDD7DC (or 0xFDD7DC) is known color: Pale Pink. HEX triplet: FD, D7 and DC. RGB value is (253,215,220). Sum of RGB (Red+Green+Blue) = 253+215+220=688 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.77% from 688); Green value is 215 (84.38% from 255 or 31.25% from 688); Blue value is 220 (86.33% from 255 or 31.98% from 688); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD7DC is #022823. Grayscale: #E2E2E2. Windows color (decimal): -141348 or 14473213. OLE color: 14473213.

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

Color convert

RGB 253 215 220 -
CMYK 0 0.15 0.13 0.01
HSL 352.11º 0.9% 0.92% -
HSV(B) 352.11º 0.15% 0.99% -
XYZ 77.73 74.65 78.02 -
YUV 226.93 124.09 146.59 -
System Red Green Blue C M Y K H S L
Decimal 253 215 220 0 0.15 0.13 0.01 352.11 0.9 0.92
Hex FD D7 DC 0 F D 1 160 5A 5C
Octal 375 327 334 0 17 15 1 540 132 134
Binary 11111101 11010111 11011100 0 1111 1101 1 101100000 1011010 1011100

Color Harmonies of #FDD7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD7DC

Black with #FDD7DC

Text Example


Text Example

White with #FDD7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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