Html Css Color HEX #FAE2EE Pig Pink

📋 copy color: '#FAE2EE'

red 250 ◦ green 226 ◦ blue 238

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

Shades of Pig Pink #FAE2EE

Tints of Pig Pink #FAE2EE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 31.65%

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

R = 35.01%
G = 31.65%
B = 33.33%

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

#FAE2EE (or 0xFAE2EE) is known color: Pig Pink. HEX triplet: FA, E2 and EE. RGB value is (250,226,238). Sum of RGB (Red+Green+Blue) = 250+226+238=714 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.01% from 714); Green value is 226 (88.67% from 255 or 31.65% from 714); Blue value is 238 (93.36% from 255 or 33.33% from 714); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE2EE is #051D11. Grayscale: #EAEAEA. Windows color (decimal): -335122 or 15655674. OLE color: 15655674.

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

Color convert

RGB 250 226 238 -
CMYK 0 0.10 0.05 0.02
HSL 330º 0.71% 0.93% -
HSV(B) 330º 0.1% 0.98% -
XYZ 82.05 80.89 92.18 -
YUV 234.54 129.95 139.02 -
System Red Green Blue C M Y K H S L
Decimal 250 226 238 0 0.10 0.05 0.02 330 0.71 0.93
Hex FA E2 EE 0 A 5 2 14A 47 5D
Octal 372 342 356 0 12 5 2 512 107 135
Binary 11111010 11100010 11101110 0 1010 101 10 101001010 1000111 1011101

Color Harmonies of #FAE2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE2EE

Black with #FAE2EE

Text Example


Text Example

White with #FAE2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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