Html Css Color HEX #FEDAE3 Pig Pink

📋 copy color: '#FEDAE3'

red 254 ◦ green 218 ◦ blue 227

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

Shades of Pig Pink #FEDAE3

Tints of Pig Pink #FEDAE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 32.47%

R = 36.34%
G = 31.19%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FEDAE3 (or 0xFEDAE3) is known color: Pig Pink. HEX triplet: FE, DA and E3. RGB value is (254,218,227). Sum of RGB (Red+Green+Blue) = 254+218+227=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 218 (85.55% from 255 or 31.19% from 699); Blue value is 227 (89.06% from 255 or 32.47% from 699); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDAE3 is #01251C. Grayscale: #E5E5E5. Windows color (decimal): -75037 or 14932734. OLE color: 14932734.

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

Color convert

RGB 254 218 227 -
CMYK 0 0.14 0.11 0.00
HSL 345º 0.95% 0.93% -
HSV(B) 345º 0.14% 1% -
XYZ 79.81 76.76 83.28 -
YUV 229.79 126.43 145.27 -
System Red Green Blue C M Y K H S L
Decimal 254 218 227 0 0.14 0.11 0.00 345 0.95 0.93
Hex FE DA E3 0 E B 0 159 5F 5D
Octal 376 332 343 0 16 13 0 531 137 135
Binary 11111110 11011010 11100011 0 1110 1011 0 101011001 1011111 1011101

Color Harmonies of #FEDAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDAE3

Black with #FEDAE3

Text Example


Text Example

White with #FEDAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDAE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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