Html Css Color HEX #FED0EA Pig Pink

📋 copy color: '#FED0EA'

red 254 ◦ green 208 ◦ blue 234

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

Shades of Pig Pink #FED0EA

Tints of Pig Pink #FED0EA

RGB

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

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

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

R = 36.49%
G = 29.89%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FED0EA (or 0xFED0EA) is known color: Pig Pink. HEX triplet: FE, D0 and EA. RGB value is (254,208,234). Sum of RGB (Red+Green+Blue) = 254+208+234=696 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.49% from 696); Green value is 208 (81.64% from 255 or 29.89% from 696); Blue value is 234 (91.80% from 255 or 33.62% from 696); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED0EA is #012F15. Grayscale: #E0E0E0. Windows color (decimal): -77590 or 15388926. OLE color: 15388926.

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

Color convert

RGB 254 208 234 -
CMYK 0 0.18 0.08 0.00
HSL 326.09º 0.96% 0.91% -
HSV(B) 326.09º 0.18% 1% -
XYZ 78.28 72.12 87.64 -
YUV 224.72 133.24 148.89 -
System Red Green Blue C M Y K H S L
Decimal 254 208 234 0 0.18 0.08 0.00 326.09 0.96 0.91
Hex FE D0 EA 0 12 8 0 146 60 5B
Octal 376 320 352 0 22 10 0 506 140 133
Binary 11111110 11010000 11101010 0 10010 1000 0 101000110 1100000 1011011

Color Harmonies of #FED0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED0EA

Black with #FED0EA

Text Example


Text Example

White with #FED0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED0EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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