Html Css Color HEX #FED5EE Pig Pink

📋 copy color: '#FED5EE'

red 254 ◦ green 213 ◦ blue 238

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

Shades of Pig Pink #FED5EE

Tints of Pig Pink #FED5EE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 30.21%

 BLUE value IS 238 (93.36% from 255) = 33.76%

R = 36.03%
G = 30.21%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FED5EE (or 0xFED5EE) is known color: Pig Pink. HEX triplet: FE, D5 and EE. RGB value is (254,213,238). Sum of RGB (Red+Green+Blue) = 254+213+238=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 213 (83.59% from 255 or 30.21% from 705); Blue value is 238 (93.36% from 255 or 33.76% from 705); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED5EE is #012A11. Grayscale: #E4E4E4. Windows color (decimal): -76306 or 15652350. OLE color: 15652350.

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

Color convert

RGB 254 213 238 -
CMYK 0 0.16 0.06 0.00
HSL 323.41º 0.95% 0.92% -
HSV(B) 323.41º 0.16% 1% -
XYZ 80.1 74.83 91.11 -
YUV 228.11 133.58 146.47 -
System Red Green Blue C M Y K H S L
Decimal 254 213 238 0 0.16 0.06 0.00 323.41 0.95 0.92
Hex FE D5 EE 0 10 6 0 143 5F 5C
Octal 376 325 356 0 20 6 0 503 137 134
Binary 11111110 11010101 11101110 0 10000 110 0 101000011 1011111 1011100

Color Harmonies of #FED5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED5EE

Black with #FED5EE

Text Example


Text Example

White with #FED5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED5EE; }

 p { color: rgb(254,213,238); }

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

background-color css

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

 a { background-color: rgb(254,213,238); }

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

border-color css

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

 span { border-color: rgb(254,213,238); }

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