Html Css Color HEX #FDDC9F Cape Honey

📋 copy color: '#FDDC9F'

red 253 ◦ green 220 ◦ blue 159

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

Shades of Cape Honey #FDDC9F

Tints of Cape Honey #FDDC9F

RGB

 RED value IS 253 (99.22% from 255) = 40.03%

 GREEN value IS 220 (86.33% from 255) = 34.81%

 BLUE value IS 159 (62.5% from 255) = 25.16%

R = 40.03%
G = 34.81%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FDDC9F (or 0xFDDC9F) is known color: Cape Honey. HEX triplet: FD, DC and 9F. RGB value is (253,220,159). Sum of RGB (Red+Green+Blue) = 253+220+159=632 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.03% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 159 (62.5% from 255 or 25.16% from 632); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDC9F is #022360. Grayscale: #DFDFDF. Windows color (decimal): -140129 or 10476797. OLE color: 10476797.

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

Color convert

RGB 253 220 159 -
CMYK 0 0.13 0.37 0.01
HSL 38.94º 0.96% 0.81% -
HSV(B) 38.94º 0.37% 0.99% -
XYZ 72.36 74.57 43.38 -
YUV 222.91 91.93 149.46 -
System Red Green Blue C M Y K H S L
Decimal 253 220 159 0 0.13 0.37 0.01 38.94 0.96 0.81
Hex FD DC 9F 0 D 25 1 27 60 51
Octal 375 334 237 0 15 45 1 47 140 121
Binary 11111101 11011100 10011111 0 1101 100101 1 100111 1100000 1010001

Color Harmonies of #FDDC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC9F

Black with #FDDC9F

Text Example


Text Example

White with #FDDC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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