Html Css Color HEX #FDDEA7 Cape Honey

📋 copy color: '#FDDEA7'

red 253 ◦ green 222 ◦ blue 167

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

Shades of Cape Honey #FDDEA7

Tints of Cape Honey #FDDEA7

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.58%

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

R = 39.41%
G = 34.58%
B = 26.01%

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

#FDDEA7 (or 0xFDDEA7) is known color: Cape Honey. HEX triplet: FD, DE and A7. RGB value is (253,222,167). Sum of RGB (Red+Green+Blue) = 253+222+167=642 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.41% from 642); Green value is 222 (87.11% from 255 or 34.58% from 642); Blue value is 167 (65.62% from 255 or 26.01% from 642); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDEA7 is #022158. Grayscale: #E1E1E1. Windows color (decimal): -139609 or 11001597. OLE color: 11001597.

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

Color convert

RGB 253 222 167 -
CMYK 0 0.12 0.34 0.01
HSL 38.37º 0.96% 0.82% -
HSV(B) 38.37º 0.34% 0.99% -
XYZ 73.6 75.92 47.33 -
YUV 225 95.27 147.97 -
System Red Green Blue C M Y K H S L
Decimal 253 222 167 0 0.12 0.34 0.01 38.37 0.96 0.82
Hex FD DE A7 0 C 22 1 26 60 52
Octal 375 336 247 0 14 42 1 46 140 122
Binary 11111101 11011110 10100111 0 1100 100010 1 100110 1100000 1010010

Color Harmonies of #FDDEA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDEA7

Black with #FDDEA7

Text Example


Text Example

White with #FDDEA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDEA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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