Html Css Color HEX #FDDFA4 Cape Honey

📋 copy color: '#FDDFA4'

red 253 ◦ green 223 ◦ blue 164

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

Shades of Cape Honey #FDDFA4

Tints of Cape Honey #FDDFA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 25.63%

R = 39.53%
G = 34.84%
B = 25.63%

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

#FDDFA4 (or 0xFDDFA4) is known color: Cape Honey. HEX triplet: FD, DF and A4. RGB value is (253,223,164). Sum of RGB (Red+Green+Blue) = 253+223+164=640 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.53% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 164 (64.45% from 255 or 25.62% from 640); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDFA4 is #02205B. Grayscale: #E1E1E1. Windows color (decimal): -139356 or 10805245. OLE color: 10805245.

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

Color convert

RGB 253 223 164 -
CMYK 0 0.12 0.35 0.01
HSL 39.78º 0.96% 0.82% -
HSV(B) 39.78º 0.35% 0.99% -
XYZ 73.6 76.34 45.98 -
YUV 225.24 93.44 147.8 -
System Red Green Blue C M Y K H S L
Decimal 253 223 164 0 0.12 0.35 0.01 39.78 0.96 0.82
Hex FD DF A4 0 C 23 1 28 60 52
Octal 375 337 244 0 14 43 1 50 140 122
Binary 11111101 11011111 10100100 0 1100 100011 1 101000 1100000 1010010

Color Harmonies of #FDDFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDFA4

Black with #FDDFA4

Text Example


Text Example

White with #FDDFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDFA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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