#FBE6CA

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

Shades of Derby #FBE6CA

Tints of Derby #FBE6CA

Color information

#FBE6CA (or 0xFBE6CA) is unknown color: approx Derby. HEX triplet: FB, E6 and CA. RGB value is (251,230,202). Sum of RGB (Red+Green+Blue) = 251+230+202=683 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.75% from 683); Green value is 230 (90.23% from 255 or 33.67% from 683); Blue value is 202 (79.30% from 255 or 29.58% from 683); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE6CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBE6CA is #041935. Grayscale: #E9E9E9. Windows color (decimal): -268598 or 13297403. OLE color: 13297403.

HSL color Cylindrical-coordinate representation of color #FBE6CA: hue angle of 34.29º 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 #FBE6CA is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB251230202-
CMYK00.080.200.02
HSL34.29º85.96%88.82%-
HSV(B)34.29º19.52%98.43%-
XYZ78.7481.3767.43-
YUV233.09110.46140.78-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.75%
GREEN value IS 230 (90.23% from 255) = 33.67%
BLUE value IS 202 (79.30% from 255) = 29.58%
R=36.75%
G=33.67%
B=29.58%

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
Decimal25123020200.080.200.0234.2985.9688.82
HexFBE6CA08142225659
Octal37334631201024242126131
Binary11111011111001101100101001000101001010001010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE6CA; }

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

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

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

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

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

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

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

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