Html Css Color HEX #FED4E5 Pig Pink

📋 copy color: '#FED4E5'

red 254 ◦ green 212 ◦ blue 229

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

Shades of Pig Pink #FED4E5

Tints of Pig Pink #FED4E5

RGB

 RED value IS 254 (99.61% from 255) = 36.55%

 GREEN value IS 212 (83.2% from 255) = 30.5%

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

R = 36.55%
G = 30.5%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FED4E5 (or 0xFED4E5) is known color: Pig Pink. HEX triplet: FE, D4 and E5. RGB value is (254,212,229). Sum of RGB (Red+Green+Blue) = 254+212+229=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 212 (83.20% from 255 or 30.50% from 695); Blue value is 229 (89.84% from 255 or 32.95% from 695); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED4E5 is #012B1A. Grayscale: #E2E2E2. Windows color (decimal): -76571 or 15062270. OLE color: 15062270.

HSL color Cylindrical-coordinate representation of color #FED4E5: hue angle of 335.71º degrees, saturation: 0.95, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FED4E5 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 212 229 -
CMYK 0 0.17 0.10 0.00
HSL 335.71º 0.95% 0.91% -
HSV(B) 335.71º 0.17% 1% -
XYZ 78.56 73.81 84.24 -
YUV 226.5 129.41 147.62 -
System Red Green Blue C M Y K H S L
Decimal 254 212 229 0 0.17 0.10 0.00 335.71 0.95 0.91
Hex FE D4 E5 0 11 A 0 150 5F 5B
Octal 376 324 345 0 21 12 0 520 137 133
Binary 11111110 11010100 11100101 0 10001 1010 0 101010000 1011111 1011011

Color Harmonies of #FED4E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED4E5

Black with #FED4E5

Text Example


Text Example

White with #FED4E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED4E5; }

 p { color: rgb(254,212,229); }

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

background-color css

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

 a { background-color: rgb(254,212,229); }

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

border-color css

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

 span { border-color: rgb(254,212,229); }

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