Html Css Color HEX #FDE1ED Pig Pink

📋 copy color: '#FDE1ED'

red 253 ◦ green 225 ◦ blue 237

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

Shades of Pig Pink #FDE1ED

Tints of Pig Pink #FDE1ED

RGB

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

 GREEN value IS 225 (88.28% from 255) = 31.47%

 BLUE value IS 237 (92.97% from 255) = 33.15%

R = 35.38%
G = 31.47%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FDE1ED (or 0xFDE1ED) is known color: Pig Pink. HEX triplet: FD, E1 and ED. RGB value is (253,225,237). Sum of RGB (Red+Green+Blue) = 253+225+237=715 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.38% from 715); Green value is 225 (88.28% from 255 or 31.47% from 715); Blue value is 237 (92.97% from 255 or 33.15% from 715); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE1ED is #021E12. Grayscale: #EAEAEA. Windows color (decimal): -138771 or 15589885. OLE color: 15589885.

HSL color Cylindrical-coordinate representation of color #FDE1ED: hue angle of 334.29º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FDE1ED is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 225 237 -
CMYK 0 0.11 0.06 0.01
HSL 334.29º 0.88% 0.94% -
HSV(B) 334.29º 0.11% 0.99% -
XYZ 82.72 80.85 91.37 -
YUV 234.74 129.28 141.02 -
System Red Green Blue C M Y K H S L
Decimal 253 225 237 0 0.11 0.06 0.01 334.29 0.88 0.94
Hex FD E1 ED 0 B 6 1 14E 58 5E
Octal 375 341 355 0 13 6 1 516 130 136
Binary 11111101 11100001 11101101 0 1011 110 1 101001110 1011000 1011110

Color Harmonies of #FDE1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE1ED

Black with #FDE1ED

Text Example


Text Example

White with #FDE1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE1ED; }

 p { color: rgb(253,225,237); }

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

background-color css

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

 a { background-color: rgb(253,225,237); }

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

border-color css

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

 span { border-color: rgb(253,225,237); }

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