Html Css Color HEX #FAE0EE Pig Pink

📋 copy color: '#FAE0EE'

red 250 ◦ green 224 ◦ blue 238

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

Shades of Pig Pink #FAE0EE

Tints of Pig Pink #FAE0EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 33.43%

R = 35.11%
G = 31.46%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FAE0EE (or 0xFAE0EE) is known color: Pig Pink. HEX triplet: FA, E0 and EE. RGB value is (250,224,238). Sum of RGB (Red+Green+Blue) = 250+224+238=712 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.11% from 712); Green value is 224 (87.89% from 255 or 31.46% from 712); Blue value is 238 (93.36% from 255 or 33.43% from 712); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE0EE is #051F11. Grayscale: #E9E9E9. Windows color (decimal): -335634 or 15655162. OLE color: 15655162.

HSL color Cylindrical-coordinate representation of color #FAE0EE: hue angle of 327.69º 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 #FAE0EE is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 224 238 -
CMYK 0 0.10 0.05 0.02
HSL 327.69º 0.72% 0.93% -
HSV(B) 327.69º 0.1% 0.98% -
XYZ 81.51 79.81 92 -
YUV 233.37 130.61 139.86 -
System Red Green Blue C M Y K H S L
Decimal 250 224 238 0 0.10 0.05 0.02 327.69 0.72 0.93
Hex FA E0 EE 0 A 5 2 148 48 5D
Octal 372 340 356 0 12 5 2 510 110 135
Binary 11111010 11100000 11101110 0 1010 101 10 101001000 1001000 1011101

Color Harmonies of #FAE0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE0EE

Black with #FAE0EE

Text Example


Text Example

White with #FAE0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE0EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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