Html Css Color HEX #FDDFA5 Cape Honey

📋 copy color: '#FDDFA5'

red 253 ◦ green 223 ◦ blue 165

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

Shades of Cape Honey #FDDFA5

Tints of Cape Honey #FDDFA5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.79%

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

R = 39.47%
G = 34.79%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FDDFA5 (or 0xFDDFA5) is known color: Cape Honey. HEX triplet: FD, DF and A5. RGB value is (253,223,165). Sum of RGB (Red+Green+Blue) = 253+223+165=641 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.47% from 641); Green value is 223 (87.5% from 255 or 34.79% from 641); Blue value is 165 (64.84% from 255 or 25.74% from 641); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDFA5 is #02205A. Grayscale: #E1E1E1. Windows color (decimal): -139355 or 10870781. OLE color: 10870781.

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

Color convert

RGB 253 223 165 -
CMYK 0 0.12 0.35 0.01
HSL 39.55º 0.96% 0.82% -
HSV(B) 39.55º 0.35% 0.99% -
XYZ 73.69 76.37 46.46 -
YUV 225.36 93.94 147.72 -
System Red Green Blue C M Y K H S L
Decimal 253 223 165 0 0.12 0.35 0.01 39.55 0.96 0.82
Hex FD DF A5 0 C 23 1 28 60 52
Octal 375 337 245 0 14 43 1 50 140 122
Binary 11111101 11011111 10100101 0 1100 100011 1 101000 1100000 1010010

Color Harmonies of #FDDFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDFA5

Black with #FDDFA5

Text Example


Text Example

White with #FDDFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDFA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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