Html Css Color HEX #FBDB94 Cream Brulee

📋 copy color: '#FBDB94'

red 251 ◦ green 219 ◦ blue 148

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

Shades of Cream Brulee #FBDB94

Tints of Cream Brulee #FBDB94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 23.95%

R = 40.61%
G = 35.44%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FBDB94 (or 0xFBDB94) is known color: Cream Brulee. HEX triplet: FB, DB and 94. RGB value is (251,219,148). Sum of RGB (Red+Green+Blue) = 251+219+148=618 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.61% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 148 (58.20% from 255 or 23.95% from 618); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDB94 is #04246B. Grayscale: #DCDCDC. Windows color (decimal): -271468 or 9755643. OLE color: 9755643.

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

Color convert

RGB 251 219 148 -
CMYK 0 0.13 0.41 0.02
HSL 41.36º 0.93% 0.78% -
HSV(B) 41.36º 0.41% 0.98% -
XYZ 70.46 73.31 38.45 -
YUV 220.47 87.1 149.77 -
System Red Green Blue C M Y K H S L
Decimal 251 219 148 0 0.13 0.41 0.02 41.36 0.93 0.78
Hex FB DB 94 0 D 29 2 29 5D 4E
Octal 373 333 224 0 15 51 2 51 135 116
Binary 11111011 11011011 10010100 0 1101 101001 10 101001 1011101 1001110

Color Harmonies of #FBDB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDB94

Black with #FBDB94

Text Example


Text Example

White with #FBDB94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDB94; }

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

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

background-color css

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

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

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

border-color css

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

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

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