Html Css Color HEX #FDE0EB Pig Pink

📋 copy color: '#FDE0EB'

red 253 ◦ green 224 ◦ blue 235

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

Shades of Pig Pink #FDE0EB

Tints of Pig Pink #FDE0EB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 31.46%

 BLUE value IS 235 (92.19% from 255) = 33.01%

R = 35.53%
G = 31.46%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FDE0EB (or 0xFDE0EB) is known color: Pig Pink. HEX triplet: FD, E0 and EB. RGB value is (253,224,235). Sum of RGB (Red+Green+Blue) = 253+224+235=712 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.53% from 712); Green value is 224 (87.89% from 255 or 31.46% from 712); Blue value is 235 (92.19% from 255 or 33.01% from 712); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE0EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE0EB is #021F14. Grayscale: #E9E9E9. Windows color (decimal): -139029 or 15458557. OLE color: 15458557.

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

Color convert

RGB 253 224 235 -
CMYK 0 0.11 0.07 0.01
HSL 337.24º 0.88% 0.94% -
HSV(B) 337.24º 0.11% 0.99% -
XYZ 82.16 80.19 89.75 -
YUV 233.93 128.61 141.61 -
System Red Green Blue C M Y K H S L
Decimal 253 224 235 0 0.11 0.07 0.01 337.24 0.88 0.94
Hex FD E0 EB 0 B 7 1 151 58 5E
Octal 375 340 353 0 13 7 1 521 130 136
Binary 11111101 11100000 11101011 0 1011 111 1 101010001 1011000 1011110

Color Harmonies of #FDE0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE0EB

Black with #FDE0EB

Text Example


Text Example

White with #FDE0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE0EB; }

 p { color: rgb(253,224,235); }

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

background-color css

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

 a { background-color: rgb(253,224,235); }

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

border-color css

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

 span { border-color: rgb(253,224,235); }

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