Html Css Color HEX #F9DBA5 Cape Honey

📋 copy color: '#F9DBA5'

red 249 ◦ green 219 ◦ blue 165

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

Shades of Cape Honey #F9DBA5

Tints of Cape Honey #F9DBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 26.07%

R = 39.34%
G = 34.6%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#F9DBA5 (or 0xF9DBA5) is known color: Cape Honey. HEX triplet: F9, DB and A5. RGB value is (249,219,165). Sum of RGB (Red+Green+Blue) = 249+219+165=633 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.34% from 633); Green value is 219 (85.94% from 255 or 34.60% from 633); Blue value is 165 (64.84% from 255 or 26.07% from 633); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DBA5 is #06245A. Grayscale: #DEDEDE. Windows color (decimal): -402523 or 10869753. OLE color: 10869753.

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

Color convert

RGB 249 219 165 -
CMYK 0 0.12 0.34 0.02
HSL 38.57º 0.88% 0.81% -
HSV(B) 38.57º 0.34% 0.98% -
XYZ 71.19 73.52 46.04 -
YUV 221.81 95.94 147.39 -
System Red Green Blue C M Y K H S L
Decimal 249 219 165 0 0.12 0.34 0.02 38.57 0.88 0.81
Hex F9 DB A5 0 C 22 2 27 58 51
Octal 371 333 245 0 14 42 2 47 130 121
Binary 11111001 11011011 10100101 0 1100 100010 10 100111 1011000 1010001

Color Harmonies of #F9DBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DBA5

Black with #F9DBA5

Text Example


Text Example

White with #F9DBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DBA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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