Html Css Color HEX #FBE5CC Derby

📋 copy color: '#FBE5CC'

red 251 ◦ green 229 ◦ blue 204

#FBE5CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Derby #FBE5CC

Tints of Derby #FBE5CC

RGB

 RED value IS 251 (98.44% from 255) = 36.7%

 GREEN value IS 229 (89.84% from 255) = 33.48%

 BLUE value IS 204 (80.08% from 255) = 29.82%

R = 36.7%
G = 33.48%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FBE5CC (or 0xFBE5CC) is known color: 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

RGB 251 229 204 -
CMYK 0 0.09 0.19 0.02
HSL 31.91º 0.85% 0.89% -
HSV(B) 31.91º 0.19% 0.98% -
XYZ 78.7 80.91 68.6 -
YUV 232.73 111.79 141.03 -
System Red Green Blue C M Y K H S L
Decimal 251 229 204 0 0.09 0.19 0.02 31.91 0.85 0.89
Hex FB E5 CC 0 9 13 2 20 55 59
Octal 373 345 314 0 11 23 2 40 125 131
Binary 11111011 11100101 11001100 0 1001 10011 10 100000 1010101 1011001

Color Harmonies of #FBE5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE5CC

Black with #FBE5CC

Text Example


Text Example

White with #FBE5CC

Text Example


Text Example

HTML Codes & Css Web 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>