Html Css Color HEX #FDDBA5 Cape Honey

📋 copy color: '#FDDBA5'

red 253 ◦ green 219 ◦ blue 165

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

Shades of Cape Honey #FDDBA5

Tints of Cape Honey #FDDBA5

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.38%

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

R = 39.72%
G = 34.38%
B = 25.9%

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

#FDDBA5 (or 0xFDDBA5) is known color: Cape Honey. HEX triplet: FD, DB and A5. RGB value is (253,219,165). Sum of RGB (Red+Green+Blue) = 253+219+165=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 165 (64.84% from 255 or 25.90% from 637); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDBA5 is #02245A. Grayscale: #DFDFDF. Windows color (decimal): -140379 or 10869757. OLE color: 10869757.

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

Color convert

RGB 253 219 165 -
CMYK 0 0.13 0.35 0.01
HSL 36.82º 0.96% 0.82% -
HSV(B) 36.82º 0.35% 0.99% -
XYZ 72.63 74.26 46.1 -
YUV 223.01 95.26 149.39 -
System Red Green Blue C M Y K H S L
Decimal 253 219 165 0 0.13 0.35 0.01 36.82 0.96 0.82
Hex FD DB A5 0 D 23 1 25 60 52
Octal 375 333 245 0 15 43 1 45 140 122
Binary 11111101 11011011 10100101 0 1101 100011 1 100101 1100000 1010010

Color Harmonies of #FDDBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDBA5

Black with #FDDBA5

Text Example


Text Example

White with #FDDBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDBA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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