Html Css Color HEX #FAE7C8 Derby

📋 copy color: '#FAE7C8'

red 250 ◦ green 231 ◦ blue 200

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

Shades of Derby #FAE7C8

Tints of Derby #FAE7C8

RGB

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

 GREEN value IS 231 (90.63% from 255) = 33.92%

 BLUE value IS 200 (78.52% from 255) = 29.37%

R = 36.71%
G = 33.92%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.2

 K value IS 0.02

RGB Variations

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

Color information

#FAE7C8 (or 0xFAE7C8) is known color: Derby. HEX triplet: FA, E7 and C8. RGB value is (250,231,200). Sum of RGB (Red+Green+Blue) = 250+231+200=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 231 (90.62% from 255 or 33.92% from 681); Blue value is 200 (78.52% from 255 or 29.37% from 681); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7C8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE7C8 is #051837. Grayscale: #E9E9E9. Windows color (decimal): -333880 or 13166586. OLE color: 13166586.

HSL color Cylindrical-coordinate representation of color #FAE7C8: hue angle of 37.2º degrees, saturation: 0.83, 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 #FAE7C8 is Cyan = 0, Magento = 0.08, Yellow = 0.2 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 231 200 -
CMYK 0 0.08 0.2 0.02
HSL 37.2º 0.83% 0.88% -
HSV(B) 37.2º 0.2% 0.98% -
XYZ 78.43 81.65 66.27 -
YUV 233.15 109.29 140.02 -
System Red Green Blue C M Y K H S L
Decimal 250 231 200 0 0.08 0.2 0.02 37.2 0.83 0.88
Hex FA E7 C8 0 8 14 2 25 53 58
Octal 372 347 310 0 10 24 2 45 123 130
Binary 11111010 11100111 11001000 0 1000 10100 10 100101 1010011 1011000

Color Harmonies of #FAE7C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE7C8

Black with #FAE7C8

Text Example


Text Example

White with #FAE7C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE7C8; }

 p { color: rgb(250,231,200); }

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

background-color css

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

 a { background-color: rgb(250,231,200); }

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

border-color css

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

 span { border-color: rgb(250,231,200); }

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