#FBE4CA

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

Shades of Derby #FBE4CA

Tints of Derby #FBE4CA

Color information

#FBE4CA (or 0xFBE4CA) is unknown color: approx Derby. HEX triplet: FB, E4 and CA. RGB value is (251,228,202). Sum of RGB (Red+Green+Blue) = 251+228+202=681 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.86% from 681); Green value is 228 (89.45% from 255 or 33.48% from 681); Blue value is 202 (79.30% from 255 or 29.66% from 681); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE4CA is #041B35. Grayscale: #E8E8E8. Windows color (decimal): -269110 or 13296891. OLE color: 13296891.

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

Color convert

RGB251228202-
CMYK00.090.200.02
HSL31.84º85.96%88.82%-
HSV(B)31.84º19.52%98.43%-
XYZ78.1980.2667.25-
YUV231.91111.12141.61-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.86%
GREEN value IS 228 (89.45% from 255) = 33.48%
BLUE value IS 202 (79.30% from 255) = 29.66%
R=36.86%
G=33.48%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122820200.090.200.0231.8485.9688.82
HexFBE4CA09142205659
Octal37334431201124240126131
Binary11111011111001001100101001001101001010000010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE4CA; }

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

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

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

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

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

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

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

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