Html Css Color HEX #FED4EB Pig Pink

📋 copy color: '#FED4EB'

red 254 ◦ green 212 ◦ blue 235

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

Shades of Pig Pink #FED4EB

Tints of Pig Pink #FED4EB

RGB

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

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

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

R = 36.23%
G = 30.24%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FED4EB (or 0xFED4EB) is known color: Pig Pink. HEX triplet: FE, D4 and EB. RGB value is (254,212,235). Sum of RGB (Red+Green+Blue) = 254+212+235=701 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.23% from 701); Green value is 212 (83.20% from 255 or 30.24% from 701); Blue value is 235 (92.19% from 255 or 33.52% from 701); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED4EB is #012B14. Grayscale: #E3E3E3. Windows color (decimal): -76565 or 15455486. OLE color: 15455486.

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

Color convert

RGB 254 212 235 -
CMYK 0 0.17 0.07 0.00
HSL 327.14º 0.95% 0.91% -
HSV(B) 327.14º 0.17% 1% -
XYZ 79.41 74.16 88.73 -
YUV 227.18 132.41 147.13 -
System Red Green Blue C M Y K H S L
Decimal 254 212 235 0 0.17 0.07 0.00 327.14 0.95 0.91
Hex FE D4 EB 0 11 7 0 147 5F 5B
Octal 376 324 353 0 21 7 0 507 137 133
Binary 11111110 11010100 11101011 0 10001 111 0 101000111 1011111 1011011

Color Harmonies of #FED4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED4EB

Black with #FED4EB

Text Example


Text Example

White with #FED4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED4EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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