Html Css Color HEX #FEDAEF Pig Pink

📋 copy color: '#FEDAEF'

red 254 ◦ green 218 ◦ blue 239

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

Shades of Pig Pink #FEDAEF

Tints of Pig Pink #FEDAEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 33.61%

R = 35.72%
G = 30.66%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FEDAEF (or 0xFEDAEF) is known color: Pig Pink. HEX triplet: FE, DA and EF. RGB value is (254,218,239). Sum of RGB (Red+Green+Blue) = 254+218+239=711 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.72% from 711); Green value is 218 (85.55% from 255 or 30.66% from 711); Blue value is 239 (93.75% from 255 or 33.61% from 711); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDAEF is #012510. Grayscale: #E7E7E7. Windows color (decimal): -75025 or 15719166. OLE color: 15719166.

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

Color convert

RGB 254 218 239 -
CMYK 0 0.14 0.06 0.00
HSL 325º 0.95% 0.93% -
HSV(B) 325º 0.14% 1% -
XYZ 81.52 77.45 92.31 -
YUV 231.16 132.43 144.29 -
System Red Green Blue C M Y K H S L
Decimal 254 218 239 0 0.14 0.06 0.00 325 0.95 0.93
Hex FE DA EF 0 E 6 0 145 5F 5D
Octal 376 332 357 0 16 6 0 505 137 135
Binary 11111110 11011010 11101111 0 1110 110 0 101000101 1011111 1011101

Color Harmonies of #FEDAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDAEF

Black with #FEDAEF

Text Example


Text Example

White with #FEDAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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