Html Css Color HEX #FDD2E5 Pig Pink

📋 copy color: '#FDD2E5'

red 253 ◦ green 210 ◦ blue 229

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

Shades of Pig Pink #FDD2E5

Tints of Pig Pink #FDD2E5

RGB

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

 GREEN value IS 210 (82.42% from 255) = 30.35%

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

R = 36.56%
G = 30.35%
B = 33.09%

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

#FDD2E5 (or 0xFDD2E5) is known color: Pig Pink. HEX triplet: FD, D2 and E5. RGB value is (253,210,229). Sum of RGB (Red+Green+Blue) = 253+210+229=692 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.56% from 692); Green value is 210 (82.42% from 255 or 30.35% from 692); Blue value is 229 (89.84% from 255 or 33.09% from 692); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD2E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD2E5 is #022D1A. Grayscale: #E0E0E0. Windows color (decimal): -142619 or 15061757. OLE color: 15061757.

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

Color convert

RGB 253 210 229 -
CMYK 0 0.17 0.09 0.01
HSL 333.49º 0.91% 0.91% -
HSV(B) 333.49º 0.17% 0.99% -
XYZ 77.7 72.63 84.05 -
YUV 225.02 130.25 147.96 -
System Red Green Blue C M Y K H S L
Decimal 253 210 229 0 0.17 0.09 0.01 333.49 0.91 0.91
Hex FD D2 E5 0 11 9 1 14D 5B 5B
Octal 375 322 345 0 21 11 1 515 133 133
Binary 11111101 11010010 11100101 0 10001 1001 1 101001101 1011011 1011011

Color Harmonies of #FDD2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD2E5

Black with #FDD2E5

Text Example


Text Example

White with #FDD2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD2E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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