#FDDC9E

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

Shades of Cape Honey #FDDC9E

Tints of Cape Honey #FDDC9E

Color information

#FDDC9E (or 0xFDDC9E) is unknown color: approx Cape Honey. HEX triplet: FD, DC and 9E. RGB value is (253,220,158). Sum of RGB (Red+Green+Blue) = 253+220+158=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 158 (62.11% from 255 or 25.04% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDC9E is #022361. Grayscale: #DFDFDF. Windows color (decimal): -140130 or 10411261. OLE color: 10411261.

HSL color Cylindrical-coordinate representation of color #FDDC9E: hue angle of 39.16º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FDDC9E is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB253220158-
CMYK00.130.380.01
HSL39.16º95.96%80.59%-
HSV(B)39.16º37.55%99.22%-
XYZ72.2774.5442.93-
YUV222.891.43149.54-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.10%
GREEN value IS 220 (86.33% from 255) = 34.87%
BLUE value IS 158 (62.11% from 255) = 25.04%
R=40.10%
G=34.87%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322015800.130.380.0139.1695.9680.59
HexFDDC9E0D261276051
Octal37533423601546147140121
Binary11111101110111001001111001101100110110011111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDC9E; }

 p { color: rgb(253,220,158); }

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

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

 a { background-color: rgb(253,220,158); }

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

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

 span { border-color: rgb(253,220,158); }

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