Html Css Color HEX #FDDEA5 Cape Honey

📋 copy color: '#FDDEA5'

red 253 ◦ green 222 ◦ blue 165

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

Shades of Cape Honey #FDDEA5

Tints of Cape Honey #FDDEA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 25.78%

R = 39.53%
G = 34.69%
B = 25.78%

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

#FDDEA5 (or 0xFDDEA5) is known color: Cape Honey. HEX triplet: FD, DE and A5. RGB value is (253,222,165). Sum of RGB (Red+Green+Blue) = 253+222+165=640 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.53% from 640); Green value is 222 (87.11% from 255 or 34.69% from 640); Blue value is 165 (64.84% from 255 or 25.78% from 640); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDEA5 is #02215A. Grayscale: #E1E1E1. Windows color (decimal): -139611 or 10870525. OLE color: 10870525.

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

Color convert

RGB 253 222 165 -
CMYK 0 0.12 0.35 0.01
HSL 38.86º 0.96% 0.82% -
HSV(B) 38.86º 0.35% 0.99% -
XYZ 73.42 75.84 46.37 -
YUV 224.77 94.27 148.13 -
System Red Green Blue C M Y K H S L
Decimal 253 222 165 0 0.12 0.35 0.01 38.86 0.96 0.82
Hex FD DE A5 0 C 23 1 27 60 52
Octal 375 336 245 0 14 43 1 47 140 122
Binary 11111101 11011110 10100101 0 1100 100011 1 100111 1100000 1010010

Color Harmonies of #FDDEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDEA5

Black with #FDDEA5

Text Example


Text Example

White with #FDDEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDEA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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