Html Css Color HEX #FED0ED Pig Pink

📋 copy color: '#FED0ED'

red 254 ◦ green 208 ◦ blue 237

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

Shades of Pig Pink #FED0ED

Tints of Pig Pink #FED0ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 33.91%

R = 36.34%
G = 29.76%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FED0ED (or 0xFED0ED) is known color: Pig Pink. HEX triplet: FE, D0 and ED. RGB value is (254,208,237). Sum of RGB (Red+Green+Blue) = 254+208+237=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 208 (81.64% from 255 or 29.76% from 699); Blue value is 237 (92.97% from 255 or 33.91% from 699); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED0ED is #012F12. Grayscale: #E0E0E0. Windows color (decimal): -77587 or 15585534. OLE color: 15585534.

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

Color convert

RGB 254 208 237 -
CMYK 0 0.18 0.07 0.00
HSL 322.17º 0.96% 0.91% -
HSV(B) 322.17º 0.18% 1% -
XYZ 78.71 72.3 89.93 -
YUV 225.06 134.74 148.64 -
System Red Green Blue C M Y K H S L
Decimal 254 208 237 0 0.18 0.07 0.00 322.17 0.96 0.91
Hex FE D0 ED 0 12 7 0 142 60 5B
Octal 376 320 355 0 22 7 0 502 140 133
Binary 11111110 11010000 11101101 0 10010 111 0 101000010 1100000 1011011

Color Harmonies of #FED0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED0ED

Black with #FED0ED

Text Example


Text Example

White with #FED0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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