Html Css Color HEX #FDDFA0 Cape Honey

📋 copy color: '#FDDFA0'

red 253 ◦ green 223 ◦ blue 160

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

Shades of Cape Honey #FDDFA0

Tints of Cape Honey #FDDFA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 25.16%

R = 39.78%
G = 35.06%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FDDFA0 (or 0xFDDFA0) is known color: Cape Honey. HEX triplet: FD, DF and A0. RGB value is (253,223,160). Sum of RGB (Red+Green+Blue) = 253+223+160=636 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.78% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 160 (62.89% from 255 or 25.16% from 636); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDFA0 is #02205F. Grayscale: #E1E1E1. Windows color (decimal): -139360 or 10543101. OLE color: 10543101.

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

Color convert

RGB 253 223 160 -
CMYK 0 0.12 0.37 0.01
HSL 40.65º 0.96% 0.81% -
HSV(B) 40.65º 0.37% 0.99% -
XYZ 73.24 76.2 44.1 -
YUV 224.79 91.44 148.12 -
System Red Green Blue C M Y K H S L
Decimal 253 223 160 0 0.12 0.37 0.01 40.65 0.96 0.81
Hex FD DF A0 0 C 25 1 29 60 51
Octal 375 337 240 0 14 45 1 51 140 121
Binary 11111101 11011111 10100000 0 1100 100101 1 101001 1100000 1010001

Color Harmonies of #FDDFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDFA0

Black with #FDDFA0

Text Example


Text Example

White with #FDDFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDFA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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