Html Css Color HEX #FAE2C4 Derby

📋 copy color: '#FAE2C4'

red 250 ◦ green 226 ◦ blue 196

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

Shades of Derby #FAE2C4

Tints of Derby #FAE2C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 29.17%

R = 37.2%
G = 33.63%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FAE2C4 (or 0xFAE2C4) is known color: Derby. HEX triplet: FA, E2 and C4. RGB value is (250,226,196). Sum of RGB (Red+Green+Blue) = 250+226+196=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 226 (88.67% from 255 or 33.63% from 672); Blue value is 196 (76.95% from 255 or 29.17% from 672); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE2C4 is #051D3B. Grayscale: #E5E5E5. Windows color (decimal): -335164 or 12903162. OLE color: 12903162.

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

Color convert

RGB 250 226 196 -
CMYK 0 0.10 0.22 0.02
HSL 33.33º 0.84% 0.87% -
HSV(B) 33.33º 0.22% 0.98% -
XYZ 76.58 78.7 63.38 -
YUV 229.76 108.95 142.44 -
System Red Green Blue C M Y K H S L
Decimal 250 226 196 0 0.10 0.22 0.02 33.33 0.84 0.87
Hex FA E2 C4 0 A 16 2 21 54 57
Octal 372 342 304 0 12 26 2 41 124 127
Binary 11111010 11100010 11000100 0 1010 10110 10 100001 1010100 1010111

Color Harmonies of #FAE2C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE2C4

Black with #FAE2C4

Text Example


Text Example

White with #FAE2C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE2C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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