Html Css Color HEX #FED8F1 Pig Pink

📋 copy color: '#FED8F1'

red 254 ◦ green 216 ◦ blue 241

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

Shades of Pig Pink #FED8F1

Tints of Pig Pink #FED8F1

RGB

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

 GREEN value IS 216 (84.77% from 255) = 30.38%

 BLUE value IS 241 (94.53% from 255) = 33.9%

R = 35.72%
G = 30.38%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#FED8F1 (or 0xFED8F1) is known color: Pig Pink. HEX triplet: FE, D8 and F1. RGB value is (254,216,241). Sum of RGB (Red+Green+Blue) = 254+216+241=711 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.72% from 711); Green value is 216 (84.77% from 255 or 30.38% from 711); Blue value is 241 (94.53% from 255 or 33.90% from 711); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED8F1 is #01270E. Grayscale: #E6E6E6. Windows color (decimal): -75535 or 15849726. OLE color: 15849726.

HSL color Cylindrical-coordinate representation of color #FED8F1: hue angle of 320.53º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FED8F1 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 216 241 -
CMYK 0 0.15 0.05 0.00
HSL 320.53º 0.95% 0.92% -
HSV(B) 320.53º 0.15% 1% -
XYZ 81.31 76.53 93.71 -
YUV 230.21 134.09 144.97 -
System Red Green Blue C M Y K H S L
Decimal 254 216 241 0 0.15 0.05 0.00 320.53 0.95 0.92
Hex FE D8 F1 0 F 5 0 141 5F 5C
Octal 376 330 361 0 17 5 0 501 137 134
Binary 11111110 11011000 11110001 0 1111 101 0 101000001 1011111 1011100

Color Harmonies of #FED8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED8F1

Black with #FED8F1

Text Example


Text Example

White with #FED8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED8F1; }

 p { color: rgb(254,216,241); }

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

background-color css

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

 a { background-color: rgb(254,216,241); }

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

border-color css

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

 span { border-color: rgb(254,216,241); }

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