Html Css Color HEX #FDD1E5 Pig Pink

📋 copy color: '#FDD1E5'

red 253 ◦ green 209 ◦ blue 229

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

Shades of Pig Pink #FDD1E5

Tints of Pig Pink #FDD1E5

RGB

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

 GREEN value IS 209 (82.03% from 255) = 30.25%

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

R = 36.61%
G = 30.25%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FDD1E5 (or 0xFDD1E5) is known color: Pig Pink. HEX triplet: FD, D1 and E5. RGB value is (253,209,229). Sum of RGB (Red+Green+Blue) = 253+209+229=691 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.61% from 691); Green value is 209 (82.03% from 255 or 30.25% from 691); Blue value is 229 (89.84% from 255 or 33.14% from 691); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD1E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD1E5 is #022E1A. Grayscale: #E0E0E0. Windows color (decimal): -142875 or 15061501. OLE color: 15061501.

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

Color convert

RGB 253 209 229 -
CMYK 0 0.17 0.09 0.01
HSL 332.73º 0.92% 0.91% -
HSV(B) 332.73º 0.17% 0.99% -
XYZ 77.45 72.14 83.97 -
YUV 224.44 130.58 148.37 -
System Red Green Blue C M Y K H S L
Decimal 253 209 229 0 0.17 0.09 0.01 332.73 0.92 0.91
Hex FD D1 E5 0 11 9 1 14D 5C 5B
Octal 375 321 345 0 21 11 1 515 134 133
Binary 11111101 11010001 11100101 0 10001 1001 1 101001101 1011100 1011011

Color Harmonies of #FDD1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD1E5

Black with #FDD1E5

Text Example


Text Example

White with #FDD1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD1E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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