#FBDFA3

Color #FBDFA3 Cape Honey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cape Honey #FBDFA3

Tints of Cape Honey #FBDFA3

Color information

#FBDFA3 (or 0xFBDFA3) is unknown color: approx Cape Honey. HEX triplet: FB, DF and A3. RGB value is (251,223,163). Sum of RGB (Red+Green+Blue) = 251+223+163=637 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.40% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 163 (64.06% from 255 or 25.59% from 637); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDFA3 is #04205C. Grayscale: #E0E0E0. Windows color (decimal): -270429 or 10739707. OLE color: 10739707.

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

Color convert

RGB251223163-
CMYK00.110.350.02
HSL40.91º91.67%81.18%-
HSV(B)40.91º35.06%98.43%-
XYZ72.7875.9345.47-
YUV224.5393.28146.88-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.40%
GREEN value IS 223 (87.5% from 255) = 35.01%
BLUE value IS 163 (64.06% from 255) = 25.59%
R=39.40%
G=35.01%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122316300.110.350.0240.9191.6781.18
HexFBDFA30B232295c51
Octal37333724301343251134121
Binary111110111101111110100011010111000111010100110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDFA3; }

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

 H1.HeaderClassName
 {
   color: #FBDFA3;
 }
 .AnyTagClassName
 {
   color: #FBDFA3;
 }
</style>
background-color css

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

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

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

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

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

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