Html Css Color HEX #FED0EE Pig Pink

📋 copy color: '#FED0EE'

red 254 ◦ green 208 ◦ blue 238

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

Shades of Pig Pink #FED0EE

Tints of Pig Pink #FED0EE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 29.71%

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

R = 36.29%
G = 29.71%
B = 34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FED0EE (or 0xFED0EE) is known color: Pig Pink. HEX triplet: FE, D0 and EE. RGB value is (254,208,238). Sum of RGB (Red+Green+Blue) = 254+208+238=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 208 (81.64% from 255 or 29.71% from 700); Blue value is 238 (93.36% from 255 or 34% from 700); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED0EE is #012F11. Grayscale: #E1E1E1. Windows color (decimal): -77586 or 15651070. OLE color: 15651070.

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

Color convert

RGB 254 208 238 -
CMYK 0 0.18 0.06 0.00
HSL 320.87º 0.96% 0.91% -
HSV(B) 320.87º 0.18% 1% -
XYZ 78.86 72.36 90.7 -
YUV 225.17 135.24 148.56 -
System Red Green Blue C M Y K H S L
Decimal 254 208 238 0 0.18 0.06 0.00 320.87 0.96 0.91
Hex FE D0 EE 0 12 6 0 141 60 5B
Octal 376 320 356 0 22 6 0 501 140 133
Binary 11111110 11010000 11101110 0 10010 110 0 101000001 1100000 1011011

Color Harmonies of #FED0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED0EE

Black with #FED0EE

Text Example


Text Example

White with #FED0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED0EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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