Html Css Color HEX #FBDFA0 Cape Honey

📋 copy color: '#FBDFA0'

red 251 ◦ green 223 ◦ blue 160

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

Shades of Cape Honey #FBDFA0

Tints of Cape Honey #FBDFA0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.17%

 BLUE value IS 160 (62.89% from 255) = 25.24%

R = 39.59%
G = 35.17%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FBDFA0 (or 0xFBDFA0) is known color: Cape Honey. HEX triplet: FB, DF and A0. RGB value is (251,223,160). Sum of RGB (Red+Green+Blue) = 251+223+160=634 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.59% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 160 (62.89% from 255 or 25.24% from 634); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDFA0 is #04205F. Grayscale: #E0E0E0. Windows color (decimal): -270432 or 10543099. OLE color: 10543099.

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

Color convert

RGB 251 223 160 -
CMYK 0 0.11 0.36 0.02
HSL 41.54º 0.92% 0.81% -
HSV(B) 41.54º 0.36% 0.98% -
XYZ 72.52 75.82 44.07 -
YUV 224.19 91.78 147.12 -
System Red Green Blue C M Y K H S L
Decimal 251 223 160 0 0.11 0.36 0.02 41.54 0.92 0.81
Hex FB DF A0 0 B 24 2 2A 5C 51
Octal 373 337 240 0 13 44 2 52 134 121
Binary 11111011 11011111 10100000 0 1011 100100 10 101010 1011100 1010001

Color Harmonies of #FBDFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDFA0

Black with #FBDFA0

Text Example


Text Example

White with #FBDFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDFA0; }

 p { color: rgb(251,223,160); }

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

background-color css

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

 a { background-color: rgb(251,223,160); }

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

border-color css

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

 span { border-color: rgb(251,223,160); }

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