Html Css Color HEX #F9DBA4 Cape Honey

📋 copy color: '#F9DBA4'

red 249 ◦ green 219 ◦ blue 164

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

Shades of Cape Honey #F9DBA4

Tints of Cape Honey #F9DBA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 25.95%

R = 39.4%
G = 34.65%
B = 25.95%

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

#F9DBA4 (or 0xF9DBA4) is known color: Cape Honey. HEX triplet: F9, DB and A4. RGB value is (249,219,164). Sum of RGB (Red+Green+Blue) = 249+219+164=632 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.40% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 164 (64.45% from 255 or 25.95% from 632); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DBA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DBA4 is #06245B. Grayscale: #DDDDDD. Windows color (decimal): -402524 or 10804217. OLE color: 10804217.

HSL color Cylindrical-coordinate representation of color #F9DBA4: hue angle of 38.82º 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 #F9DBA4 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 219 164 -
CMYK 0 0.12 0.34 0.02
HSL 38.82º 0.88% 0.81% -
HSV(B) 38.82º 0.34% 0.98% -
XYZ 71.1 73.48 45.56 -
YUV 221.7 95.44 147.47 -
System Red Green Blue C M Y K H S L
Decimal 249 219 164 0 0.12 0.34 0.02 38.82 0.88 0.81
Hex F9 DB A4 0 C 22 2 27 58 51
Octal 371 333 244 0 14 42 2 47 130 121
Binary 11111001 11011011 10100100 0 1100 100010 10 100111 1011000 1010001

Color Harmonies of #F9DBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DBA4

Black with #F9DBA4

Text Example


Text Example

White with #F9DBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DBA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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