Html Css Color HEX #FEDEEA Pig Pink

📋 copy color: '#FEDEEA'

red 254 ◦ green 222 ◦ blue 234

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

Shades of Pig Pink #FEDEEA

Tints of Pig Pink #FEDEEA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 31.27%

 BLUE value IS 234 (91.8% from 255) = 32.96%

R = 35.77%
G = 31.27%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FEDEEA (or 0xFEDEEA) is known color: Pig Pink. HEX triplet: FE, DE and EA. RGB value is (254,222,234). Sum of RGB (Red+Green+Blue) = 254+222+234=710 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.77% from 710); Green value is 222 (87.11% from 255 or 31.27% from 710); Blue value is 234 (91.80% from 255 or 32.96% from 710); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDEEA is #012115. Grayscale: #E8E8E8. Windows color (decimal): -74006 or 15392510. OLE color: 15392510.

HSL color Cylindrical-coordinate representation of color #FEDEEA: hue angle of 337.5º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEDEEA is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 222 234 -
CMYK 0 0.13 0.08 0.00
HSL 337.5º 0.94% 0.93% -
HSV(B) 337.5º 0.13% 1% -
XYZ 81.85 79.25 88.83 -
YUV 232.94 128.6 143.02 -
System Red Green Blue C M Y K H S L
Decimal 254 222 234 0 0.13 0.08 0.00 337.5 0.94 0.93
Hex FE DE EA 0 D 8 0 152 5E 5D
Octal 376 336 352 0 15 10 0 522 136 135
Binary 11111110 11011110 11101010 0 1101 1000 0 101010010 1011110 1011101

Color Harmonies of #FEDEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDEEA

Black with #FEDEEA

Text Example


Text Example

White with #FEDEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDEEA; }

 p { color: rgb(254,222,234); }

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

background-color css

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

 a { background-color: rgb(254,222,234); }

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

border-color css

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

 span { border-color: rgb(254,222,234); }

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