Html Css Color HEX #FBE5CA Derby

📋 copy color: '#FBE5CA'

red 251 ◦ green 229 ◦ blue 202

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

Shades of Derby #FBE5CA

Tints of Derby #FBE5CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 29.62%

R = 36.8%
G = 33.58%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FBE5CA (or 0xFBE5CA) is known color: Derby. HEX triplet: FB, E5 and CA. RGB value is (251,229,202). Sum of RGB (Red+Green+Blue) = 251+229+202=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 229 (89.84% from 255 or 33.58% from 682); Blue value is 202 (79.30% from 255 or 29.62% from 682); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE5CA is #041A35. Grayscale: #E8E8E8. Windows color (decimal): -268854 or 13297147. OLE color: 13297147.

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

Color convert

RGB 251 229 202 -
CMYK 0 0.09 0.20 0.02
HSL 33.06º 0.86% 0.89% -
HSV(B) 33.06º 0.2% 0.98% -
XYZ 78.46 80.81 67.34 -
YUV 232.5 110.79 141.2 -
System Red Green Blue C M Y K H S L
Decimal 251 229 202 0 0.09 0.20 0.02 33.06 0.86 0.89
Hex FB E5 CA 0 9 14 2 21 56 59
Octal 373 345 312 0 11 24 2 41 126 131
Binary 11111011 11100101 11001010 0 1001 10100 10 100001 1010110 1011001

Color Harmonies of #FBE5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE5CA

Black with #FBE5CA

Text Example


Text Example

White with #FBE5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE5CA; }

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

 H1.HeaderClassName
 {
   color: #FBE5CA;
 }
 .AnyTagClassName
 {
   color: #FBE5CA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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