Html Css Color HEX #FEDAEC Pig Pink

📋 copy color: '#FEDAEC'

red 254 ◦ green 218 ◦ blue 236

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

Shades of Pig Pink #FEDAEC

Tints of Pig Pink #FEDAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 33.33%

R = 35.88%
G = 30.79%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FEDAEC (or 0xFEDAEC) is known color: Pig Pink. HEX triplet: FE, DA and EC. RGB value is (254,218,236). Sum of RGB (Red+Green+Blue) = 254+218+236=708 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.88% from 708); Green value is 218 (85.55% from 255 or 30.79% from 708); Blue value is 236 (92.58% from 255 or 33.33% from 708); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDAEC is #012513. Grayscale: #E6E6E6. Windows color (decimal): -75028 or 15522558. OLE color: 15522558.

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

Color convert

RGB 254 218 236 -
CMYK 0 0.14 0.07 0.00
HSL 330º 0.95% 0.93% -
HSV(B) 330º 0.14% 1% -
XYZ 81.08 77.27 90 -
YUV 230.82 130.93 144.54 -
System Red Green Blue C M Y K H S L
Decimal 254 218 236 0 0.14 0.07 0.00 330 0.95 0.93
Hex FE DA EC 0 E 7 0 14A 5F 5D
Octal 376 332 354 0 16 7 0 512 137 135
Binary 11111110 11011010 11101100 0 1110 111 0 101001010 1011111 1011101

Color Harmonies of #FEDAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDAEC

Black with #FEDAEC

Text Example


Text Example

White with #FEDAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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