Html Css Color HEX #FAE3C6 Derby

📋 copy color: '#FAE3C6'

red 250 ◦ green 227 ◦ blue 198

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

Shades of Derby #FAE3C6

Tints of Derby #FAE3C6

RGB

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

 GREEN value IS 227 (89.06% from 255) = 33.63%

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

R = 37.04%
G = 33.63%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FAE3C6 (or 0xFAE3C6) is known color: Derby. HEX triplet: FA, E3 and C6. RGB value is (250,227,198). Sum of RGB (Red+Green+Blue) = 250+227+198=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 227 (89.06% from 255 or 33.63% from 675); Blue value is 198 (77.73% from 255 or 29.33% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE3C6 is #051C39. Grayscale: #E6E6E6. Windows color (decimal): -334906 or 13034490. OLE color: 13034490.

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

Color convert

RGB 250 227 198 -
CMYK 0 0.09 0.21 0.02
HSL 33.46º 0.84% 0.88% -
HSV(B) 33.46º 0.21% 0.98% -
XYZ 77.09 79.34 64.68 -
YUV 230.57 109.62 141.86 -
System Red Green Blue C M Y K H S L
Decimal 250 227 198 0 0.09 0.21 0.02 33.46 0.84 0.88
Hex FA E3 C6 0 9 15 2 21 54 58
Octal 372 343 306 0 11 25 2 41 124 130
Binary 11111010 11100011 11000110 0 1001 10101 10 100001 1010100 1011000

Color Harmonies of #FAE3C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE3C6

Black with #FAE3C6

Text Example


Text Example

White with #FAE3C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE3C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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