Html Css Color HEX #FBDB96 Cream Brulee

📋 copy color: '#FBDB96'

red 251 ◦ green 219 ◦ blue 150

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

Shades of Cream Brulee #FBDB96

Tints of Cream Brulee #FBDB96

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.32%

 BLUE value IS 150 (58.98% from 255) = 24.19%

R = 40.48%
G = 35.32%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FBDB96 (or 0xFBDB96) is known color: Cream Brulee. HEX triplet: FB, DB and 96. RGB value is (251,219,150). Sum of RGB (Red+Green+Blue) = 251+219+150=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 150 (58.98% from 255 or 24.19% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDB96 is #042469. Grayscale: #DDDDDD. Windows color (decimal): -271466 or 9886715. OLE color: 9886715.

HSL color Cylindrical-coordinate representation of color #FBDB96: hue angle of 40.99º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FBDB96 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 219 150 -
CMYK 0 0.13 0.40 0.02
HSL 40.99º 0.93% 0.79% -
HSV(B) 40.99º 0.4% 0.98% -
XYZ 70.62 73.37 39.29 -
YUV 220.7 88.1 149.61 -
System Red Green Blue C M Y K H S L
Decimal 251 219 150 0 0.13 0.40 0.02 40.99 0.93 0.79
Hex FB DB 96 0 D 28 2 29 5D 4F
Octal 373 333 226 0 15 50 2 51 135 117
Binary 11111011 11011011 10010110 0 1101 101000 10 101001 1011101 1001111

Color Harmonies of #FBDB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDB96

Black with #FBDB96

Text Example


Text Example

White with #FBDB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDB96; }

 p { color: rgb(251,219,150); }

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

background-color css

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

 a { background-color: rgb(251,219,150); }

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

border-color css

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

 span { border-color: rgb(251,219,150); }

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