Html Css Color HEX #FDC2A0 Romantic

📋 copy color: '#FDC2A0'

red 253 ◦ green 194 ◦ blue 160

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

Shades of Romantic #FDC2A0

Tints of Romantic #FDC2A0

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.96%

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

R = 41.68%
G = 31.96%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FDC2A0 (or 0xFDC2A0) is known color: Romantic. HEX triplet: FD, C2 and A0. RGB value is (253,194,160). Sum of RGB (Red+Green+Blue) = 253+194+160=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 194 (76.17% from 255 or 31.96% from 607); Blue value is 160 (62.89% from 255 or 26.36% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC2A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC2A0 is #023D5F. Grayscale: #CFCFCF. Windows color (decimal): -146784 or 10535677. OLE color: 10535677.

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

Color convert

RGB 253 194 160 -
CMYK 0 0.23 0.37 0.01
HSL 21.94º 0.96% 0.81% -
HSV(B) 21.94º 0.37% 0.99% -
XYZ 66.14 62 41.74 -
YUV 207.77 101.05 160.26 -
System Red Green Blue C M Y K H S L
Decimal 253 194 160 0 0.23 0.37 0.01 21.94 0.96 0.81
Hex FD C2 A0 0 17 25 1 16 60 51
Octal 375 302 240 0 27 45 1 26 140 121
Binary 11111101 11000010 10100000 0 10111 100101 1 10110 1100000 1010001

Color Harmonies of #FDC2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC2A0

Black with #FDC2A0

Text Example


Text Example

White with #FDC2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC2A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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