Html Css Color HEX #FDDDA7 Cape Honey

📋 copy color: '#FDDDA7'

red 253 ◦ green 221 ◦ blue 167

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

Shades of Cape Honey #FDDDA7

Tints of Cape Honey #FDDDA7

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.48%

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

R = 39.47%
G = 34.48%
B = 26.05%

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

#FDDDA7 (or 0xFDDDA7) is known color: Cape Honey. HEX triplet: FD, DD and A7. RGB value is (253,221,167). Sum of RGB (Red+Green+Blue) = 253+221+167=641 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.47% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 167 (65.62% from 255 or 26.05% from 641); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDDA7 is #022258. Grayscale: #E0E0E0. Windows color (decimal): -139865 or 11001341. OLE color: 11001341.

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

Color convert

RGB 253 221 167 -
CMYK 0 0.13 0.34 0.01
HSL 37.67º 0.96% 0.82% -
HSV(B) 37.67º 0.34% 0.99% -
XYZ 73.34 75.39 47.24 -
YUV 224.41 95.6 148.39 -
System Red Green Blue C M Y K H S L
Decimal 253 221 167 0 0.13 0.34 0.01 37.67 0.96 0.82
Hex FD DD A7 0 D 22 1 26 60 52
Octal 375 335 247 0 15 42 1 46 140 122
Binary 11111101 11011101 10100111 0 1101 100010 1 100110 1100000 1010010

Color Harmonies of #FDDDA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDDA7

Black with #FDDDA7

Text Example


Text Example

White with #FDDDA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDDA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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