Html Css Color HEX #FDC3A0 Romantic

📋 copy color: '#FDC3A0'

red 253 ◦ green 195 ◦ blue 160

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

Shades of Romantic #FDC3A0

Tints of Romantic #FDC3A0

RGB

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

 GREEN value IS 195 (76.56% from 255) = 32.07%

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

R = 41.61%
G = 32.07%
B = 26.32%

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

#FDC3A0 (or 0xFDC3A0) is known color: Romantic. HEX triplet: FD, C3 and A0. RGB value is (253,195,160). Sum of RGB (Red+Green+Blue) = 253+195+160=608 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.61% from 608); Green value is 195 (76.56% from 255 or 32.07% from 608); Blue value is 160 (62.89% from 255 or 26.32% from 608); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC3A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC3A0 is #023C5F. Grayscale: #D0D0D0. Windows color (decimal): -146528 or 10535933. OLE color: 10535933.

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

Color convert

RGB 253 195 160 -
CMYK 0 0.23 0.37 0.01
HSL 22.58º 0.96% 0.81% -
HSV(B) 22.58º 0.37% 0.99% -
XYZ 66.37 62.45 41.81 -
YUV 208.35 100.72 159.85 -
System Red Green Blue C M Y K H S L
Decimal 253 195 160 0 0.23 0.37 0.01 22.58 0.96 0.81
Hex FD C3 A0 0 17 25 1 17 60 51
Octal 375 303 240 0 27 45 1 27 140 121
Binary 11111101 11000011 10100000 0 10111 100101 1 10111 1100000 1010001

Color Harmonies of #FDC3A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC3A0

Black with #FDC3A0

Text Example


Text Example

White with #FDC3A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC3A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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