Html Css Color HEX #FDC5A2 Romantic

📋 copy color: '#FDC5A2'

red 253 ◦ green 197 ◦ blue 162

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

Shades of Romantic #FDC5A2

Tints of Romantic #FDC5A2

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.19%

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

R = 41.34%
G = 32.19%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FDC5A2 (or 0xFDC5A2) is known color: Romantic. HEX triplet: FD, C5 and A2. RGB value is (253,197,162). Sum of RGB (Red+Green+Blue) = 253+197+162=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 197 (77.34% from 255 or 32.19% from 612); Blue value is 162 (63.67% from 255 or 26.47% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC5A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC5A2 is #023A5D. Grayscale: #D1D1D1. Windows color (decimal): -146014 or 10667517. OLE color: 10667517.

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

Color convert

RGB 253 197 162 -
CMYK 0 0.22 0.36 0.01
HSL 23.08º 0.96% 0.81% -
HSV(B) 23.08º 0.36% 0.99% -
XYZ 67 63.42 42.89 -
YUV 209.75 101.05 158.85 -
System Red Green Blue C M Y K H S L
Decimal 253 197 162 0 0.22 0.36 0.01 23.08 0.96 0.81
Hex FD C5 A2 0 16 24 1 17 60 51
Octal 375 305 242 0 26 44 1 27 140 121
Binary 11111101 11000101 10100010 0 10110 100100 1 10111 1100000 1010001

Color Harmonies of #FDC5A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC5A2

Black with #FDC5A2

Text Example


Text Example

White with #FDC5A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC5A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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