Html Css Color HEX #FEDEE7 Pig Pink

📋 copy color: '#FEDEE7'

red 254 ◦ green 222 ◦ blue 231

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

Shades of Pig Pink #FEDEE7

Tints of Pig Pink #FEDEE7

RGB

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

 GREEN value IS 222 (87.11% from 255) = 31.4%

 BLUE value IS 231 (90.63% from 255) = 32.67%

R = 35.93%
G = 31.4%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FEDEE7 (or 0xFEDEE7) is known color: Pig Pink. HEX triplet: FE, DE and E7. RGB value is (254,222,231). Sum of RGB (Red+Green+Blue) = 254+222+231=707 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.93% from 707); Green value is 222 (87.11% from 255 or 31.40% from 707); Blue value is 231 (90.62% from 255 or 32.67% from 707); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDEE7 is #012118. Grayscale: #E8E8E8. Windows color (decimal): -74009 or 15195902. OLE color: 15195902.

HSL color Cylindrical-coordinate representation of color #FEDEE7: hue angle of 343.12º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEDEE7 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 222 231 -
CMYK 0 0.13 0.09 0.00
HSL 343.13º 0.94% 0.93% -
HSV(B) 343.13º 0.13% 1% -
XYZ 81.42 79.08 86.57 -
YUV 232.59 127.1 143.27 -
System Red Green Blue C M Y K H S L
Decimal 254 222 231 0 0.13 0.09 0.00 343.13 0.94 0.93
Hex FE DE E7 0 D 9 0 157 5E 5D
Octal 376 336 347 0 15 11 0 527 136 135
Binary 11111110 11011110 11100111 0 1101 1001 0 101010111 1011110 1011101

Color Harmonies of #FEDEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDEE7

Black with #FEDEE7

Text Example


Text Example

White with #FEDEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDEE7; }

 p { color: rgb(254,222,231); }

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

background-color css

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

 a { background-color: rgb(254,222,231); }

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

border-color css

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

 span { border-color: rgb(254,222,231); }

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