Html Css Color HEX #FED9F2 Pig Pink

📋 copy color: '#FED9F2'

red 254 ◦ green 217 ◦ blue 242

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

Shades of Pig Pink #FED9F2

Tints of Pig Pink #FED9F2

RGB

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

 GREEN value IS 217 (85.16% from 255) = 30.43%

 BLUE value IS 242 (94.92% from 255) = 33.94%

R = 35.62%
G = 30.43%
B = 33.94%

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

#FED9F2 (or 0xFED9F2) is known color: Pig Pink. HEX triplet: FE, D9 and F2. RGB value is (254,217,242). Sum of RGB (Red+Green+Blue) = 254+217+242=713 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.62% from 713); Green value is 217 (85.16% from 255 or 30.43% from 713); Blue value is 242 (94.92% from 255 or 33.94% from 713); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED9F2 is #01260D. Grayscale: #E6E6E6. Windows color (decimal): -75278 or 15915518. OLE color: 15915518.

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

Color convert

RGB 254 217 242 -
CMYK 0 0.15 0.05 0.00
HSL 319.46º 0.95% 0.92% -
HSV(B) 319.46º 0.15% 1% -
XYZ 81.71 77.11 94.58 -
YUV 230.91 134.26 144.47 -
System Red Green Blue C M Y K H S L
Decimal 254 217 242 0 0.15 0.05 0.00 319.46 0.95 0.92
Hex FE D9 F2 0 F 5 0 13F 5F 5C
Octal 376 331 362 0 17 5 0 477 137 134
Binary 11111110 11011001 11110010 0 1111 101 0 100111111 1011111 1011100

Color Harmonies of #FED9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED9F2

Black with #FED9F2

Text Example


Text Example

White with #FED9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED9F2; }

 p { color: rgb(254,217,242); }

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

background-color css

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

 a { background-color: rgb(254,217,242); }

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

border-color css

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

 span { border-color: rgb(254,217,242); }

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