Html Css Color HEX #FED3EF Pig Pink

📋 copy color: '#FED3EF'

red 254 ◦ green 211 ◦ blue 239

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

Shades of Pig Pink #FED3EF

Tints of Pig Pink #FED3EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 33.95%

R = 36.08%
G = 29.97%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FED3EF (or 0xFED3EF) is known color: Pig Pink. HEX triplet: FE, D3 and EF. RGB value is (254,211,239). Sum of RGB (Red+Green+Blue) = 254+211+239=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 211 (82.81% from 255 or 29.97% from 704); Blue value is 239 (93.75% from 255 or 33.95% from 704); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED3EF is #012C10. Grayscale: #E2E2E2. Windows color (decimal): -76817 or 15717374. OLE color: 15717374.

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

Color convert

RGB 254 211 239 -
CMYK 0 0.17 0.06 0.00
HSL 320.93º 0.96% 0.91% -
HSV(B) 320.93º 0.17% 1% -
XYZ 79.75 73.89 91.72 -
YUV 227.05 134.75 147.22 -
System Red Green Blue C M Y K H S L
Decimal 254 211 239 0 0.17 0.06 0.00 320.93 0.96 0.91
Hex FE D3 EF 0 11 6 0 141 60 5B
Octal 376 323 357 0 21 6 0 501 140 133
Binary 11111110 11010011 11101111 0 10001 110 0 101000001 1100000 1011011

Color Harmonies of #FED3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED3EF

Black with #FED3EF

Text Example


Text Example

White with #FED3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED3EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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