#FBE4CB

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

Shades of Derby #FBE4CB

Tints of Derby #FBE4CB

Color information

#FBE4CB (or 0xFBE4CB) is unknown color: approx Derby. HEX triplet: FB, E4 and CB. RGB value is (251,228,203). Sum of RGB (Red+Green+Blue) = 251+228+203=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 228 (89.45% from 255 or 33.43% from 682); Blue value is 203 (79.69% from 255 or 29.77% from 682); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE4CB is #041B34. Grayscale: #E8E8E8. Windows color (decimal): -269109 or 13362427. OLE color: 13362427.

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

Color convert

RGB251228203-
CMYK00.090.190.02
HSL31.25º85.71%89.02%-
HSV(B)31.25º19.12%98.43%-
XYZ78.3180.3167.87-
YUV232.03111.62141.53-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.80%
GREEN value IS 228 (89.45% from 255) = 33.43%
BLUE value IS 203 (79.69% from 255) = 29.77%
R=36.80%
G=33.43%
B=29.77%

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
Decimal25122820300.090.190.0231.2585.7189.02
HexFBE4CB091321f5659
Octal37334431301123237126131
Binary1111101111100100110010110100110011101111110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE4CB; }

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

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

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

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

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

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

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

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