#FBDEA1

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

Shades of Cape Honey #FBDEA1

Tints of Cape Honey #FBDEA1

Color information

#FBDEA1 (or 0xFBDEA1) is unknown color: approx Cape Honey. HEX triplet: FB, DE and A1. RGB value is (251,222,161). Sum of RGB (Red+Green+Blue) = 251+222+161=634 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.59% from 634); Green value is 222 (87.11% from 255 or 35.02% from 634); Blue value is 161 (63.28% from 255 or 25.39% from 634); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDEA1 is #04215E. Grayscale: #DFDFDF. Windows color (decimal): -270687 or 10608379. OLE color: 10608379.

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

Color convert

RGB251222161-
CMYK00.120.360.02
HSL40.67º91.84%80.78%-
HSV(B)40.67º35.86%98.43%-
XYZ72.3475.3244.44-
YUV223.7292.61147.46-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.59%
GREEN value IS 222 (87.11% from 255) = 35.02%
BLUE value IS 161 (63.28% from 255) = 25.39%
R=39.59%
G=35.02%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122216100.120.360.0240.6791.8480.78
HexFBDEA10C242295c51
Octal37333624101444251134121
Binary111110111101111010100001011001001001010100110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDEA1; }

 p { color: rgb(251,222,161); }

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

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

 a { background-color: rgb(251,222,161); }

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

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

 span { border-color: rgb(251,222,161); }

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