Html Css Color HEX #FEDAE5 Pig Pink

📋 copy color: '#FEDAE5'

red 254 ◦ green 218 ◦ blue 229

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

Shades of Pig Pink #FEDAE5

Tints of Pig Pink #FEDAE5

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.1%

 BLUE value IS 229 (89.84% from 255) = 32.67%

R = 36.23%
G = 31.1%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FEDAE5 (or 0xFEDAE5) is known color: Pig Pink. HEX triplet: FE, DA and E5. RGB value is (254,218,229). Sum of RGB (Red+Green+Blue) = 254+218+229=701 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.23% from 701); Green value is 218 (85.55% from 255 or 31.10% from 701); Blue value is 229 (89.84% from 255 or 32.67% from 701); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDAE5 is #01251A. Grayscale: #E6E6E6. Windows color (decimal): -75035 or 15063806. OLE color: 15063806.

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

Color convert

RGB 254 218 229 -
CMYK 0 0.14 0.10 0.00
HSL 341.67º 0.95% 0.93% -
HSV(B) 341.67º 0.14% 1% -
XYZ 80.09 76.87 84.75 -
YUV 230.02 127.43 145.11 -
System Red Green Blue C M Y K H S L
Decimal 254 218 229 0 0.14 0.10 0.00 341.67 0.95 0.93
Hex FE DA E5 0 E A 0 156 5F 5D
Octal 376 332 345 0 16 12 0 526 137 135
Binary 11111110 11011010 11100101 0 1110 1010 0 101010110 1011111 1011101

Color Harmonies of #FEDAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDAE5

Black with #FEDAE5

Text Example


Text Example

White with #FEDAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDAE5; }

 p { color: rgb(254,218,229); }

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

background-color css

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

 a { background-color: rgb(254,218,229); }

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

border-color css

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

 span { border-color: rgb(254,218,229); }

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