Html Css Color HEX #FAE4CA Derby

📋 copy color: '#FAE4CA'

red 250 ◦ green 228 ◦ blue 202

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

Shades of Derby #FAE4CA

Tints of Derby #FAE4CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 29.71%

R = 36.76%
G = 33.53%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FAE4CA (or 0xFAE4CA) is known color: Derby. HEX triplet: FA, E4 and CA. RGB value is (250,228,202). Sum of RGB (Red+Green+Blue) = 250+228+202=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 228 (89.45% from 255 or 33.53% from 680); Blue value is 202 (79.30% from 255 or 29.71% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE4CA is #051B35. Grayscale: #E7E7E7. Windows color (decimal): -334646 or 13296890. OLE color: 13296890.

HSL color Cylindrical-coordinate representation of color #FAE4CA: hue angle of 32.5º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FAE4CA is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 228 202 -
CMYK 0 0.09 0.19 0.02
HSL 32.5º 0.83% 0.89% -
HSV(B) 32.5º 0.19% 0.98% -
XYZ 77.83 80.08 67.23 -
YUV 231.61 111.29 141.11 -
System Red Green Blue C M Y K H S L
Decimal 250 228 202 0 0.09 0.19 0.02 32.5 0.83 0.89
Hex FA E4 CA 0 9 13 2 20 53 59
Octal 372 344 312 0 11 23 2 40 123 131
Binary 11111010 11100100 11001010 0 1001 10011 10 100000 1010011 1011001

Color Harmonies of #FAE4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE4CA

Black with #FAE4CA

Text Example


Text Example

White with #FAE4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE4CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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