Html Css Color HEX #F8DBA3 Cape Honey

📋 copy color: '#F8DBA3'

red 248 ◦ green 219 ◦ blue 163

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

Shades of Cape Honey #F8DBA3

Tints of Cape Honey #F8DBA3

RGB

 RED value IS 248 (97.27% from 255) = 39.37%

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

 BLUE value IS 163 (64.06% from 255) = 25.87%

R = 39.37%
G = 34.76%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.03

RGB Variations

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

Color information

#F8DBA3 (or 0xF8DBA3) is known color: Cape Honey. HEX triplet: F8, DB and A3. RGB value is (248,219,163). Sum of RGB (Red+Green+Blue) = 248+219+163=630 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.37% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 163 (64.06% from 255 or 25.87% from 630); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DBA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DBA3 is #07245C. Grayscale: #DDDDDD. Windows color (decimal): -468061 or 10738680. OLE color: 10738680.

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

Color convert

RGB 248 219 163 -
CMYK 0 0.12 0.34 0.03
HSL 39.53º 0.86% 0.81% -
HSV(B) 39.53º 0.34% 0.97% -
XYZ 70.65 73.26 45.07 -
YUV 221.29 95.11 147.05 -
System Red Green Blue C M Y K H S L
Decimal 248 219 163 0 0.12 0.34 0.03 39.53 0.86 0.81
Hex F8 DB A3 0 C 22 3 28 56 51
Octal 370 333 243 0 14 42 3 50 126 121
Binary 11111000 11011011 10100011 0 1100 100010 11 101000 1010110 1010001

Color Harmonies of #F8DBA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DBA3

Black with #F8DBA3

Text Example


Text Example

White with #F8DBA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DBA3; }

 p { color: rgb(248,219,163); }

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

background-color css

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

 a { background-color: rgb(248,219,163); }

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

border-color css

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

 span { border-color: rgb(248,219,163); }

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