Html Css Color HEX #FDD8E5 Pig Pink

📋 copy color: '#FDD8E5'

red 253 ◦ green 216 ◦ blue 229

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

Shades of Pig Pink #FDD8E5

Tints of Pig Pink #FDD8E5

RGB

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

 GREEN value IS 216 (84.77% from 255) = 30.95%

 BLUE value IS 229 (89.84% from 255) = 32.81%

R = 36.25%
G = 30.95%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FDD8E5 (or 0xFDD8E5) is known color: Pig Pink. HEX triplet: FD, D8 and E5. RGB value is (253,216,229). Sum of RGB (Red+Green+Blue) = 253+216+229=698 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.25% from 698); Green value is 216 (84.77% from 255 or 30.95% from 698); Blue value is 229 (89.84% from 255 or 32.81% from 698); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD8E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD8E5 is #02271A. Grayscale: #E4E4E4. Windows color (decimal): -141083 or 15063293. OLE color: 15063293.

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

Color convert

RGB 253 216 229 -
CMYK 0 0.15 0.09 0.01
HSL 338.92º 0.9% 0.92% -
HSV(B) 338.92º 0.15% 0.99% -
XYZ 79.21 75.65 84.56 -
YUV 228.55 128.26 145.44 -
System Red Green Blue C M Y K H S L
Decimal 253 216 229 0 0.15 0.09 0.01 338.92 0.9 0.92
Hex FD D8 E5 0 F 9 1 153 5A 5C
Octal 375 330 345 0 17 11 1 523 132 134
Binary 11111101 11011000 11100101 0 1111 1001 1 101010011 1011010 1011100

Color Harmonies of #FDD8E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD8E5

Black with #FDD8E5

Text Example


Text Example

White with #FDD8E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD8E5; }

 p { color: rgb(253,216,229); }

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

background-color css

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

 a { background-color: rgb(253,216,229); }

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

border-color css

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

 span { border-color: rgb(253,216,229); }

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