Html Css Color HEX #FDDDE7 Pig Pink

📋 copy color: '#FDDDE7'

red 253 ◦ green 221 ◦ blue 231

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

Shades of Pig Pink #FDDDE7

Tints of Pig Pink #FDDDE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 32.77%

R = 35.89%
G = 31.35%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FDDDE7 (or 0xFDDDE7) is known color: Pig Pink. HEX triplet: FD, DD and E7. RGB value is (253,221,231). Sum of RGB (Red+Green+Blue) = 253+221+231=705 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.89% from 705); Green value is 221 (86.72% from 255 or 31.35% from 705); Blue value is 231 (90.62% from 255 or 32.77% from 705); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDDE7 is #022218. Grayscale: #E7E7E7. Windows color (decimal): -139801 or 15195645. OLE color: 15195645.

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

Color convert

RGB 253 221 231 -
CMYK 0 0.13 0.09 0.01
HSL 341.25º 0.89% 0.93% -
HSV(B) 341.25º 0.13% 0.99% -
XYZ 80.79 78.37 86.47 -
YUV 231.71 127.6 143.19 -
System Red Green Blue C M Y K H S L
Decimal 253 221 231 0 0.13 0.09 0.01 341.25 0.89 0.93
Hex FD DD E7 0 D 9 1 155 59 5D
Octal 375 335 347 0 15 11 1 525 131 135
Binary 11111101 11011101 11100111 0 1101 1001 1 101010101 1011001 1011101

Color Harmonies of #FDDDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDDE7

Black with #FDDDE7

Text Example


Text Example

White with #FDDDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDDE7; }

 p { color: rgb(253,221,231); }

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

background-color css

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

 a { background-color: rgb(253,221,231); }

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

border-color css

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

 span { border-color: rgb(253,221,231); }

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