Html Css Color HEX #FDDCA5 Cape Honey

📋 copy color: '#FDDCA5'

red 253 ◦ green 220 ◦ blue 165

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

Shades of Cape Honey #FDDCA5

Tints of Cape Honey #FDDCA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 25.86%

R = 39.66%
G = 34.48%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FDDCA5 (or 0xFDDCA5) is known color: Cape Honey. HEX triplet: FD, DC and A5. RGB value is (253,220,165). Sum of RGB (Red+Green+Blue) = 253+220+165=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 165 (64.84% from 255 or 25.86% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDCA5 is #02235A. Grayscale: #DFDFDF. Windows color (decimal): -140123 or 10870013. OLE color: 10870013.

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

Color convert

RGB 253 220 165 -
CMYK 0 0.13 0.35 0.01
HSL 37.5º 0.96% 0.82% -
HSV(B) 37.5º 0.35% 0.99% -
XYZ 72.89 74.79 46.19 -
YUV 223.6 94.93 148.97 -
System Red Green Blue C M Y K H S L
Decimal 253 220 165 0 0.13 0.35 0.01 37.5 0.96 0.82
Hex FD DC A5 0 D 23 1 26 60 52
Octal 375 334 245 0 15 43 1 46 140 122
Binary 11111101 11011100 10100101 0 1101 100011 1 100110 1100000 1010010

Color Harmonies of #FDDCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDCA5

Black with #FDDCA5

Text Example


Text Example

White with #FDDCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDCA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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