Html Css Color HEX #FDDFA7 Cape Honey

📋 copy color: '#FDDFA7'

red 253 ◦ green 223 ◦ blue 167

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

Shades of Cape Honey #FDDFA7

Tints of Cape Honey #FDDFA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 25.97%

R = 39.35%
G = 34.68%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FDDFA7 (or 0xFDDFA7) is known color: Cape Honey. HEX triplet: FD, DF and A7. RGB value is (253,223,167). Sum of RGB (Red+Green+Blue) = 253+223+167=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 167 (65.62% from 255 or 25.97% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDFA7 is #022058. Grayscale: #E1E1E1. Windows color (decimal): -139353 or 11001853. OLE color: 11001853.

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

Color convert

RGB 253 223 167 -
CMYK 0 0.12 0.34 0.01
HSL 39.07º 0.96% 0.82% -
HSV(B) 39.07º 0.34% 0.99% -
XYZ 73.87 76.45 47.42 -
YUV 225.59 94.94 147.55 -
System Red Green Blue C M Y K H S L
Decimal 253 223 167 0 0.12 0.34 0.01 39.07 0.96 0.82
Hex FD DF A7 0 C 22 1 27 60 52
Octal 375 337 247 0 14 42 1 47 140 122
Binary 11111101 11011111 10100111 0 1100 100010 1 100111 1100000 1010010

Color Harmonies of #FDDFA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDFA7

Black with #FDDFA7

Text Example


Text Example

White with #FDDFA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDFA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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