Html Css Color HEX #FAE0EC Pig Pink

📋 copy color: '#FAE0EC'

red 250 ◦ green 224 ◦ blue 236

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

Shades of Pig Pink #FAE0EC

Tints of Pig Pink #FAE0EC

RGB

 RED value IS 250 (98.05% from 255) = 35.21%

 GREEN value IS 224 (87.89% from 255) = 31.55%

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

R = 35.21%
G = 31.55%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FAE0EC (or 0xFAE0EC) is known color: Pig Pink. HEX triplet: FA, E0 and EC. RGB value is (250,224,236). Sum of RGB (Red+Green+Blue) = 250+224+236=710 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.21% from 710); Green value is 224 (87.89% from 255 or 31.55% from 710); Blue value is 236 (92.58% from 255 or 33.24% from 710); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE0EC is #051F13. Grayscale: #E9E9E9. Windows color (decimal): -335636 or 15524090. OLE color: 15524090.

HSL color Cylindrical-coordinate representation of color #FAE0EC: hue angle of 332.31º degrees, saturation: 0.72, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAE0EC is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 224 236 -
CMYK 0 0.10 0.06 0.02
HSL 332.31º 0.72% 0.93% -
HSV(B) 332.31º 0.1% 0.98% -
XYZ 81.22 79.69 90.46 -
YUV 233.14 129.61 140.02 -
System Red Green Blue C M Y K H S L
Decimal 250 224 236 0 0.10 0.06 0.02 332.31 0.72 0.93
Hex FA E0 EC 0 A 6 2 14C 48 5D
Octal 372 340 354 0 12 6 2 514 110 135
Binary 11111010 11100000 11101100 0 1010 110 10 101001100 1001000 1011101

Color Harmonies of #FAE0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE0EC

Black with #FAE0EC

Text Example


Text Example

White with #FAE0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE0EC; }

 p { color: rgb(250,224,236); }

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

background-color css

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

 a { background-color: rgb(250,224,236); }

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

border-color css

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

 span { border-color: rgb(250,224,236); }

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