Html Css Color HEX #FAE1EF Pig Pink

📋 copy color: '#FAE1EF'

red 250 ◦ green 225 ◦ blue 239

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

Shades of Pig Pink #FAE1EF

Tints of Pig Pink #FAE1EF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 31.51%

 BLUE value IS 239 (93.75% from 255) = 33.47%

R = 35.01%
G = 31.51%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FAE1EF (or 0xFAE1EF) is known color: Pig Pink. HEX triplet: FA, E1 and EF. RGB value is (250,225,239). Sum of RGB (Red+Green+Blue) = 250+225+239=714 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.01% from 714); Green value is 225 (88.28% from 255 or 31.51% from 714); Blue value is 239 (93.75% from 255 or 33.47% from 714); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE1EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE1EF is #051E10. Grayscale: #EAEAEA. Windows color (decimal): -335377 or 15720954. OLE color: 15720954.

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

Color convert

RGB 250 225 239 -
CMYK 0 0.10 0.04 0.02
HSL 326.4º 0.71% 0.93% -
HSV(B) 326.4º 0.1% 0.98% -
XYZ 81.93 80.41 92.86 -
YUV 234.07 130.78 139.36 -
System Red Green Blue C M Y K H S L
Decimal 250 225 239 0 0.10 0.04 0.02 326.4 0.71 0.93
Hex FA E1 EF 0 A 4 2 146 47 5D
Octal 372 341 357 0 12 4 2 506 107 135
Binary 11111010 11100001 11101111 0 1010 100 10 101000110 1000111 1011101

Color Harmonies of #FAE1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE1EF

Black with #FAE1EF

Text Example


Text Example

White with #FAE1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE1EF; }

 p { color: rgb(250,225,239); }

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

background-color css

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

 a { background-color: rgb(250,225,239); }

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

border-color css

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

 span { border-color: rgb(250,225,239); }

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