Html Css Color HEX #FAE0EA Pig Pink

📋 copy color: '#FAE0EA'

red 250 ◦ green 224 ◦ blue 234

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

Shades of Pig Pink #FAE0EA

Tints of Pig Pink #FAE0EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 33.05%

R = 35.31%
G = 31.64%
B = 33.05%

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

#FAE0EA (or 0xFAE0EA) is known color: Pig Pink. HEX triplet: FA, E0 and EA. RGB value is (250,224,234). Sum of RGB (Red+Green+Blue) = 250+224+234=708 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.31% from 708); Green value is 224 (87.89% from 255 or 31.64% from 708); Blue value is 234 (91.80% from 255 or 33.05% from 708); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE0EA is #051F15. Grayscale: #E8E8E8. Windows color (decimal): -335638 or 15393018. OLE color: 15393018.

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

Color convert

RGB 250 224 234 -
CMYK 0 0.10 0.06 0.02
HSL 336.92º 0.72% 0.93% -
HSV(B) 336.92º 0.1% 0.98% -
XYZ 80.93 79.58 88.94 -
YUV 232.91 128.61 140.19 -
System Red Green Blue C M Y K H S L
Decimal 250 224 234 0 0.10 0.06 0.02 336.92 0.72 0.93
Hex FA E0 EA 0 A 6 2 151 48 5D
Octal 372 340 352 0 12 6 2 521 110 135
Binary 11111010 11100000 11101010 0 1010 110 10 101010001 1001000 1011101

Color Harmonies of #FAE0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE0EA

Black with #FAE0EA

Text Example


Text Example

White with #FAE0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE0EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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