Html Css Color HEX #FAE4C7 Derby

📋 copy color: '#FAE4C7'

red 250 ◦ green 228 ◦ blue 199

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

Shades of Derby #FAE4C7

Tints of Derby #FAE4C7

RGB

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

 GREEN value IS 228 (89.45% from 255) = 33.68%

 BLUE value IS 199 (78.13% from 255) = 29.39%

R = 36.93%
G = 33.68%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FAE4C7 (or 0xFAE4C7) is known color: Derby. HEX triplet: FA, E4 and C7. RGB value is (250,228,199). Sum of RGB (Red+Green+Blue) = 250+228+199=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 228 (89.45% from 255 or 33.68% from 677); Blue value is 199 (78.12% from 255 or 29.39% from 677); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE4C7 is #051B38. Grayscale: #E7E7E7. Windows color (decimal): -334649 or 13100282. OLE color: 13100282.

HSL color Cylindrical-coordinate representation of color #FAE4C7: hue angle of 34.12º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAE4C7 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 228 199 -
CMYK 0 0.09 0.20 0.02
HSL 34.12º 0.84% 0.88% -
HSV(B) 34.12º 0.2% 0.98% -
XYZ 77.48 79.93 65.38 -
YUV 231.27 109.79 141.36 -
System Red Green Blue C M Y K H S L
Decimal 250 228 199 0 0.09 0.20 0.02 34.12 0.84 0.88
Hex FA E4 C7 0 9 14 2 22 54 58
Octal 372 344 307 0 11 24 2 42 124 130
Binary 11111010 11100100 11000111 0 1001 10100 10 100010 1010100 1011000

Color Harmonies of #FAE4C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE4C7

Black with #FAE4C7

Text Example


Text Example

White with #FAE4C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE4C7; }

 p { color: rgb(250,228,199); }

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

background-color css

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

 a { background-color: rgb(250,228,199); }

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

border-color css

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

 span { border-color: rgb(250,228,199); }

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