Html Css Color HEX #FDDCA6 Cape Honey

📋 copy color: '#FDDCA6'

red 253 ◦ green 220 ◦ blue 166

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

Shades of Cape Honey #FDDCA6

Tints of Cape Honey #FDDCA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 25.98%

R = 39.59%
G = 34.43%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FDDCA6 (or 0xFDDCA6) is known color: Cape Honey. HEX triplet: FD, DC and A6. RGB value is (253,220,166). Sum of RGB (Red+Green+Blue) = 253+220+166=639 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.59% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 166 (65.23% from 255 or 25.98% from 639); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDCA6 is #022359. Grayscale: #DFDFDF. Windows color (decimal): -140122 or 10935549. OLE color: 10935549.

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

Color convert

RGB 253 220 166 -
CMYK 0 0.13 0.34 0.01
HSL 37.24º 0.96% 0.82% -
HSV(B) 37.24º 0.34% 0.99% -
XYZ 72.98 74.82 46.67 -
YUV 223.71 95.43 148.89 -
System Red Green Blue C M Y K H S L
Decimal 253 220 166 0 0.13 0.34 0.01 37.24 0.96 0.82
Hex FD DC A6 0 D 22 1 25 60 52
Octal 375 334 246 0 15 42 1 45 140 122
Binary 11111101 11011100 10100110 0 1101 100010 1 100101 1100000 1010010

Color Harmonies of #FDDCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDCA6

Black with #FDDCA6

Text Example


Text Example

White with #FDDCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDCA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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