Html Css Color HEX #FED3ED Pig Pink

📋 copy color: '#FED3ED'

red 254 ◦ green 211 ◦ blue 237

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

Shades of Pig Pink #FED3ED

Tints of Pig Pink #FED3ED

RGB

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

 GREEN value IS 211 (82.81% from 255) = 30.06%

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

R = 36.18%
G = 30.06%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FED3ED (or 0xFED3ED) is known color: Pig Pink. HEX triplet: FE, D3 and ED. RGB value is (254,211,237). Sum of RGB (Red+Green+Blue) = 254+211+237=702 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.18% from 702); Green value is 211 (82.81% from 255 or 30.06% from 702); Blue value is 237 (92.97% from 255 or 33.76% from 702); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED3ED is #012C12. Grayscale: #E2E2E2. Windows color (decimal): -76819 or 15586302. OLE color: 15586302.

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

Color convert

RGB 254 211 237 -
CMYK 0 0.17 0.07 0.00
HSL 323.72º 0.96% 0.91% -
HSV(B) 323.72º 0.17% 1% -
XYZ 79.45 73.77 90.17 -
YUV 226.82 133.75 147.39 -
System Red Green Blue C M Y K H S L
Decimal 254 211 237 0 0.17 0.07 0.00 323.72 0.96 0.91
Hex FE D3 ED 0 11 7 0 144 60 5B
Octal 376 323 355 0 21 7 0 504 140 133
Binary 11111110 11010011 11101101 0 10001 111 0 101000100 1100000 1011011

Color Harmonies of #FED3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED3ED

Black with #FED3ED

Text Example


Text Example

White with #FED3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED3ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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