Html Css Color HEX #FDDEA0 Cape Honey

📋 copy color: '#FDDEA0'

red 253 ◦ green 222 ◦ blue 160

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

Shades of Cape Honey #FDDEA0

Tints of Cape Honey #FDDEA0

RGB

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

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

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

R = 39.84%
G = 34.96%
B = 25.2%

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

#FDDEA0 (or 0xFDDEA0) is known color: Cape Honey. HEX triplet: FD, DE and A0. RGB value is (253,222,160). Sum of RGB (Red+Green+Blue) = 253+222+160=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 222 (87.11% from 255 or 34.96% from 635); Blue value is 160 (62.89% from 255 or 25.20% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDEA0 is #02215F. Grayscale: #E0E0E0. Windows color (decimal): -139616 or 10542845. OLE color: 10542845.

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

Color convert

RGB 253 222 160 -
CMYK 0 0.12 0.37 0.01
HSL 40º 0.96% 0.81% -
HSV(B) 40º 0.37% 0.99% -
XYZ 72.97 75.66 44.02 -
YUV 224.2 91.77 148.54 -
System Red Green Blue C M Y K H S L
Decimal 253 222 160 0 0.12 0.37 0.01 40 0.96 0.81
Hex FD DE A0 0 C 25 1 28 60 51
Octal 375 336 240 0 14 45 1 50 140 121
Binary 11111101 11011110 10100000 0 1100 100101 1 101000 1100000 1010001

Color Harmonies of #FDDEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDEA0

Black with #FDDEA0

Text Example


Text Example

White with #FDDEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDEA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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