Html Css Color HEX #FAE4CC Derby

📋 copy color: '#FAE4CC'

red 250 ◦ green 228 ◦ blue 204

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

Shades of Derby #FAE4CC

Tints of Derby #FAE4CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 29.91%

R = 36.66%
G = 33.43%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FAE4CC (or 0xFAE4CC) is known color: Derby. HEX triplet: FA, E4 and CC. RGB value is (250,228,204). Sum of RGB (Red+Green+Blue) = 250+228+204=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 228 (89.45% from 255 or 33.43% from 682); Blue value is 204 (80.08% from 255 or 29.91% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE4CC is #051B33. Grayscale: #E7E7E7. Windows color (decimal): -334644 or 13427962. OLE color: 13427962.

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

Color convert

RGB 250 228 204 -
CMYK 0 0.09 0.18 0.02
HSL 31.3º 0.82% 0.89% -
HSV(B) 31.3º 0.18% 0.98% -
XYZ 78.07 80.17 68.49 -
YUV 231.84 112.29 140.95 -
System Red Green Blue C M Y K H S L
Decimal 250 228 204 0 0.09 0.18 0.02 31.3 0.82 0.89
Hex FA E4 CC 0 9 12 2 1F 52 59
Octal 372 344 314 0 11 22 2 37 122 131
Binary 11111010 11100100 11001100 0 1001 10010 10 11111 1010010 1011001

Color Harmonies of #FAE4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE4CC

Black with #FAE4CC

Text Example


Text Example

White with #FAE4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE4CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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