Html Css Color HEX #FAE2C6 Derby

📋 copy color: '#FAE2C6'

red 250 ◦ green 226 ◦ blue 198

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

Shades of Derby #FAE2C6

Tints of Derby #FAE2C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 29.38%

R = 37.09%
G = 33.53%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FAE2C6 (or 0xFAE2C6) is known color: Derby. HEX triplet: FA, E2 and C6. RGB value is (250,226,198). Sum of RGB (Red+Green+Blue) = 250+226+198=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 226 (88.67% from 255 or 33.53% from 674); Blue value is 198 (77.73% from 255 or 29.38% from 674); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE2C6 is #051D39. Grayscale: #E6E6E6. Windows color (decimal): -335162 or 13034234. OLE color: 13034234.

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

Color convert

RGB 250 226 198 -
CMYK 0 0.10 0.21 0.02
HSL 32.31º 0.84% 0.88% -
HSV(B) 32.31º 0.21% 0.98% -
XYZ 76.81 78.79 64.59 -
YUV 229.98 109.95 142.28 -
System Red Green Blue C M Y K H S L
Decimal 250 226 198 0 0.10 0.21 0.02 32.31 0.84 0.88
Hex FA E2 C6 0 A 15 2 20 54 58
Octal 372 342 306 0 12 25 2 40 124 130
Binary 11111010 11100010 11000110 0 1010 10101 10 100000 1010100 1011000

Color Harmonies of #FAE2C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE2C6

Black with #FAE2C6

Text Example


Text Example

White with #FAE2C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE2C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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