#FBE6C9

Color #FBE6C9 Derby (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Derby #FBE6C9

Tints of Derby #FBE6C9

Color information

#FBE6C9 (or 0xFBE6C9) is unknown color: approx Derby. HEX triplet: FB, E6 and C9. RGB value is (251,230,201). Sum of RGB (Red+Green+Blue) = 251+230+201=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 230 (90.23% from 255 or 33.72% from 682); Blue value is 201 (78.91% from 255 or 29.47% from 682); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE6C9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBE6C9 is #041936. Grayscale: #E9E9E9. Windows color (decimal): -268599 or 13231867. OLE color: 13231867.

HSL color Cylindrical-coordinate representation of color #FBE6C9: hue angle of 34.8º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBE6C9 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB251230201-
CMYK00.080.200.02
HSL34.8º86.21%88.63%-
HSV(B)34.8º19.92%98.43%-
XYZ78.6281.3266.81-
YUV232.97109.96140.86-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.80%
GREEN value IS 230 (90.23% from 255) = 33.72%
BLUE value IS 201 (78.91% from 255) = 29.47%
R=36.80%
G=33.72%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123020100.080.200.0234.886.2188.63
HexFBE6C908142235659
Octal37334631101024243126131
Binary11111011111001101100100101000101001010001110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE6C9; }

 p { color: rgb(251,230,201); }

 H1.HeaderClassName
 {
   color: #FBE6C9;
 }
 .AnyTagClassName
 {
   color: #FBE6C9;
 }
</style>
background-color css

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

 a { background-color: rgb(251,230,201); }

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

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

 span { border-color: rgb(251,230,201); }

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