Html Css Color HEX #FDDEA2 Cape Honey

📋 copy color: '#FDDEA2'

red 253 ◦ green 222 ◦ blue 162

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

Shades of Cape Honey #FDDEA2

Tints of Cape Honey #FDDEA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 25.43%

R = 39.72%
G = 34.85%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FDDEA2 (or 0xFDDEA2) is known color: Cape Honey. HEX triplet: FD, DE and A2. RGB value is (253,222,162). Sum of RGB (Red+Green+Blue) = 253+222+162=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 222 (87.11% from 255 or 34.85% from 637); Blue value is 162 (63.67% from 255 or 25.43% from 637); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDEA2 is #02215D. Grayscale: #E0E0E0. Windows color (decimal): -139614 or 10673917. OLE color: 10673917.

HSL color Cylindrical-coordinate representation of color #FDDEA2: hue angle of 39.56º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDDEA2 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 222 162 -
CMYK 0 0.12 0.36 0.01
HSL 39.56º 0.96% 0.81% -
HSV(B) 39.56º 0.36% 0.99% -
XYZ 73.15 75.73 44.95 -
YUV 224.43 92.77 148.38 -
System Red Green Blue C M Y K H S L
Decimal 253 222 162 0 0.12 0.36 0.01 39.56 0.96 0.81
Hex FD DE A2 0 C 24 1 28 60 51
Octal 375 336 242 0 14 44 1 50 140 121
Binary 11111101 11011110 10100010 0 1100 100100 1 101000 1100000 1010001

Color Harmonies of #FDDEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDEA2

Black with #FDDEA2

Text Example


Text Example

White with #FDDEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDEA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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