Html Css Color HEX #F9DB96 Cream Brulee

📋 copy color: '#F9DB96'

red 249 ◦ green 219 ◦ blue 150

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

Shades of Cream Brulee #F9DB96

Tints of Cream Brulee #F9DB96

RGB

 RED value IS 249 (97.66% from 255) = 40.29%

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

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

R = 40.29%
G = 35.44%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#F9DB96 (or 0xF9DB96) is known color: Cream Brulee. HEX triplet: F9, DB and 96. RGB value is (249,219,150). Sum of RGB (Red+Green+Blue) = 249+219+150=618 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.29% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 150 (58.98% from 255 or 24.27% from 618); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DB96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DB96 is #062469. Grayscale: #DCDCDC. Windows color (decimal): -402538 or 9886713. OLE color: 9886713.

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

Color convert

RGB 249 219 150 -
CMYK 0 0.12 0.40 0.02
HSL 41.82º 0.89% 0.78% -
HSV(B) 41.82º 0.4% 0.98% -
XYZ 69.9 73 39.26 -
YUV 220.1 88.44 148.61 -
System Red Green Blue C M Y K H S L
Decimal 249 219 150 0 0.12 0.40 0.02 41.82 0.89 0.78
Hex F9 DB 96 0 C 28 2 2A 59 4E
Octal 371 333 226 0 14 50 2 52 131 116
Binary 11111001 11011011 10010110 0 1100 101000 10 101010 1011001 1001110

Color Harmonies of #F9DB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DB96

Black with #F9DB96

Text Example


Text Example

White with #F9DB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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