Html Css Color HEX #FBE5A0 Cream Brulee

📋 copy color: '#FBE5A0'

red 251 ◦ green 229 ◦ blue 160

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

Shades of Cream Brulee #FBE5A0

Tints of Cream Brulee #FBE5A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 25%

R = 39.22%
G = 35.78%
B = 25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FBE5A0 (or 0xFBE5A0) is known color: Cream Brulee. HEX triplet: FB, E5 and A0. RGB value is (251,229,160). Sum of RGB (Red+Green+Blue) = 251+229+160=640 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.22% from 640); Green value is 229 (89.84% from 255 or 35.78% from 640); Blue value is 160 (62.89% from 255 or 25% from 640); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE5A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE5A0 is #041A5F. Grayscale: #E4E4E4. Windows color (decimal): -268896 or 10544635. OLE color: 10544635.

HSL color Cylindrical-coordinate representation of color #FBE5A0: hue angle of 45.49º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBE5A0 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 229 160 -
CMYK 0 0.09 0.36 0.02
HSL 45.49º 0.92% 0.81% -
HSV(B) 45.49º 0.36% 0.98% -
XYZ 74.15 79.09 44.61 -
YUV 227.71 89.79 144.61 -
System Red Green Blue C M Y K H S L
Decimal 251 229 160 0 0.09 0.36 0.02 45.49 0.92 0.81
Hex FB E5 A0 0 9 24 2 2D 5C 51
Octal 373 345 240 0 11 44 2 55 134 121
Binary 11111011 11100101 10100000 0 1001 100100 10 101101 1011100 1010001

Color Harmonies of #FBE5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE5A0

Black with #FBE5A0

Text Example


Text Example

White with #FBE5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE5A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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