#FBE5CB

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

Shades of Derby #FBE5CB

Tints of Derby #FBE5CB

Color information

#FBE5CB (or 0xFBE5CB) is unknown color: approx Derby. HEX triplet: FB, E5 and CB. RGB value is (251,229,203). Sum of RGB (Red+Green+Blue) = 251+229+203=683 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.75% from 683); Green value is 229 (89.84% from 255 or 33.53% from 683); Blue value is 203 (79.69% from 255 or 29.72% from 683); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE5CB is #041A34. Grayscale: #E8E8E8. Windows color (decimal): -268853 or 13362683. OLE color: 13362683.

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

Color convert

RGB251229203-
CMYK00.090.190.02
HSL32.5º85.71%89.02%-
HSV(B)32.5º19.12%98.43%-
XYZ78.5880.8667.97-
YUV232.61111.29141.11-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.75%
GREEN value IS 229 (89.84% from 255) = 33.53%
BLUE value IS 203 (79.69% from 255) = 29.72%
R=36.75%
G=33.53%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122920300.090.190.0232.585.7189.02
HexFBE5CB09132205659
Octal37334531301123240126131
Binary11111011111001011100101101001100111010000010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE5CB; }

 p { color: rgb(251,229,203); }

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

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

 a { background-color: rgb(251,229,203); }

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

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

 span { border-color: rgb(251,229,203); }

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