#FBDD9E

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

Shades of Cape Honey #FBDD9E

Tints of Cape Honey #FBDD9E

Color information

#FBDD9E (or 0xFBDD9E) is unknown color: approx Cape Honey. HEX triplet: FB, DD and 9E. RGB value is (251,221,158). Sum of RGB (Red+Green+Blue) = 251+221+158=630 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.84% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 158 (62.11% from 255 or 25.08% from 630); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDD9E is #042261. Grayscale: #DFDFDF. Windows color (decimal): -270946 or 10411515. OLE color: 10411515.

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

Color convert

RGB251221158-
CMYK00.120.370.02
HSL40.65º92.08%80.2%-
HSV(B)40.65º37.05%98.43%-
XYZ71.8174.6942.98-
YUV222.7991.44148.12-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.84%
GREEN value IS 221 (86.72% from 255) = 35.08%
BLUE value IS 158 (62.11% from 255) = 25.08%
R=39.84%
G=35.08%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122115800.120.370.0240.6592.0880.2
HexFBDD9E0C252295c50
Octal37333523601445251134120
Binary111110111101110110011110011001001011010100110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDD9E; }

 p { color: rgb(251,221,158); }

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

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

 a { background-color: rgb(251,221,158); }

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

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

 span { border-color: rgb(251,221,158); }

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