#FBE5CC

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

Shades of Derby #FBE5CC

Tints of Derby #FBE5CC

Color information

#FBE5CC (or 0xFBE5CC) is unknown color: approx Derby. HEX triplet: FB, E5 and CC. RGB value is (251,229,204). Sum of RGB (Red+Green+Blue) = 251+229+204=684 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.70% from 684); Green value is 229 (89.84% from 255 or 33.48% from 684); Blue value is 204 (80.08% from 255 or 29.82% from 684); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE5CC is #041A33. Grayscale: #E8E8E8. Windows color (decimal): -268852 or 13428219. OLE color: 13428219.

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

Color convert

RGB251229204-
CMYK00.090.190.02
HSL31.91º85.45%89.22%-
HSV(B)31.91º18.73%98.43%-
XYZ78.780.9168.6-
YUV232.73111.79141.03-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.70%
GREEN value IS 229 (89.84% from 255) = 33.48%
BLUE value IS 204 (80.08% from 255) = 29.82%
R=36.70%
G=33.48%
B=29.82%

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
Decimal25122920400.090.190.0231.9185.4589.22
HexFBE5CC09132205559
Octal37334531401123240125131
Binary11111011111001011100110001001100111010000010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE5CC; }

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

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

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

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

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

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

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

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