Html Css Color HEX #FAE0D8 Pippin

📋 copy color: '#FAE0D8'

red 250 ◦ green 224 ◦ blue 216

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

Shades of Pippin #FAE0D8

Tints of Pippin #FAE0D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 31.3%

R = 36.23%
G = 32.46%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FAE0D8 (or 0xFAE0D8) is known color: Pippin. HEX triplet: FA, E0 and D8. RGB value is (250,224,216). Sum of RGB (Red+Green+Blue) = 250+224+216=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 224 (87.89% from 255 or 32.46% from 690); Blue value is 216 (84.77% from 255 or 31.30% from 690); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE0D8 is #051F27. Grayscale: #E6E6E6. Windows color (decimal): -335656 or 14213370. OLE color: 14213370.

HSL color Cylindrical-coordinate representation of color #FAE0D8: hue angle of 14.12º degrees, saturation: 0.77, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FAE0D8 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 224 216 -
CMYK 0 0.10 0.14 0.02
HSL 14.12º 0.77% 0.91% -
HSV(B) 14.12º 0.14% 0.98% -
XYZ 78.47 78.59 76 -
YUV 230.86 119.61 141.65 -
System Red Green Blue C M Y K H S L
Decimal 250 224 216 0 0.10 0.14 0.02 14.12 0.77 0.91
Hex FA E0 D8 0 A E 2 E 4D 5B
Octal 372 340 330 0 12 16 2 16 115 133
Binary 11111010 11100000 11011000 0 1010 1110 10 1110 1001101 1011011

Color Harmonies of #FAE0D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE0D8

Black with #FAE0D8

Text Example


Text Example

White with #FAE0D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE0D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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