Html Css Color HEX #FBDC9B Cream Brulee

📋 copy color: '#FBDC9B'

red 251 ◦ green 220 ◦ blue 155

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

Shades of Cream Brulee #FBDC9B

Tints of Cream Brulee #FBDC9B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.14%

 BLUE value IS 155 (60.94% from 255) = 24.76%

R = 40.1%
G = 35.14%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FBDC9B (or 0xFBDC9B) is known color: Cream Brulee. HEX triplet: FB, DC and 9B. RGB value is (251,220,155). Sum of RGB (Red+Green+Blue) = 251+220+155=626 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.10% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 155 (60.94% from 255 or 24.76% from 626); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDC9B is #042364. Grayscale: #DEDEDE. Windows color (decimal): -271205 or 10214651. OLE color: 10214651.

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

Color convert

RGB 251 220 155 -
CMYK 0 0.12 0.38 0.02
HSL 40.63º 0.92% 0.8% -
HSV(B) 40.63º 0.38% 0.98% -
XYZ 71.29 74.06 41.55 -
YUV 221.86 90.27 148.79 -
System Red Green Blue C M Y K H S L
Decimal 251 220 155 0 0.12 0.38 0.02 40.63 0.92 0.8
Hex FB DC 9B 0 C 26 2 29 5C 50
Octal 373 334 233 0 14 46 2 51 134 120
Binary 11111011 11011100 10011011 0 1100 100110 10 101001 1011100 1010000

Color Harmonies of #FBDC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDC9B

Black with #FBDC9B

Text Example


Text Example

White with #FBDC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDC9B; }

 p { color: rgb(251,220,155); }

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

background-color css

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

 a { background-color: rgb(251,220,155); }

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

border-color css

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

 span { border-color: rgb(251,220,155); }

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