Html Css Color HEX #FDDCA2 Cape Honey

📋 copy color: '#FDDCA2'

red 253 ◦ green 220 ◦ blue 162

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

Shades of Cape Honey #FDDCA2

Tints of Cape Honey #FDDCA2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.65%

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

R = 39.84%
G = 34.65%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FDDCA2 (or 0xFDDCA2) is known color: Cape Honey. HEX triplet: FD, DC and A2. RGB value is (253,220,162). Sum of RGB (Red+Green+Blue) = 253+220+162=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 162 (63.67% from 255 or 25.51% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDCA2 is #02235D. Grayscale: #DFDFDF. Windows color (decimal): -140126 or 10673405. OLE color: 10673405.

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

Color convert

RGB 253 220 162 -
CMYK 0 0.13 0.36 0.01
HSL 38.24º 0.96% 0.81% -
HSV(B) 38.24º 0.36% 0.99% -
XYZ 72.62 74.68 44.77 -
YUV 223.26 93.43 149.22 -
System Red Green Blue C M Y K H S L
Decimal 253 220 162 0 0.13 0.36 0.01 38.24 0.96 0.81
Hex FD DC A2 0 D 24 1 26 60 51
Octal 375 334 242 0 15 44 1 46 140 121
Binary 11111101 11011100 10100010 0 1101 100100 1 100110 1100000 1010001

Color Harmonies of #FDDCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDCA2

Black with #FDDCA2

Text Example


Text Example

White with #FDDCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDCA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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