Html Css Color HEX #FAE3CB Derby

📋 copy color: '#FAE3CB'

red 250 ◦ green 227 ◦ blue 203

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

Shades of Derby #FAE3CB

Tints of Derby #FAE3CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 29.85%

R = 36.76%
G = 33.38%
B = 29.85%

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

#FAE3CB (or 0xFAE3CB) is known color: Derby. HEX triplet: FA, E3 and CB. RGB value is (250,227,203). Sum of RGB (Red+Green+Blue) = 250+227+203=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 227 (89.06% from 255 or 33.38% from 680); Blue value is 203 (79.69% from 255 or 29.85% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE3CB is #051C34. Grayscale: #E7E7E7. Windows color (decimal): -334901 or 13362170. OLE color: 13362170.

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

Color convert

RGB 250 227 203 -
CMYK 0 0.09 0.19 0.02
HSL 30.64º 0.82% 0.89% -
HSV(B) 30.64º 0.19% 0.98% -
XYZ 77.67 79.57 67.77 -
YUV 231.14 112.12 141.45 -
System Red Green Blue C M Y K H S L
Decimal 250 227 203 0 0.09 0.19 0.02 30.64 0.82 0.89
Hex FA E3 CB 0 9 13 2 1F 52 59
Octal 372 343 313 0 11 23 2 37 122 131
Binary 11111010 11100011 11001011 0 1001 10011 10 11111 1010010 1011001

Color Harmonies of #FAE3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE3CB

Black with #FAE3CB

Text Example


Text Example

White with #FAE3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE3CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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