Html Css Color HEX #FDC0A5 Romantic

📋 copy color: '#FDC0A5'

red 253 ◦ green 192 ◦ blue 165

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

Shades of Romantic #FDC0A5

Tints of Romantic #FDC0A5

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.48%

 BLUE value IS 165 (64.84% from 255) = 27.05%

R = 41.48%
G = 31.48%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FDC0A5 (or 0xFDC0A5) is known color: Romantic. HEX triplet: FD, C0 and A5. RGB value is (253,192,165). Sum of RGB (Red+Green+Blue) = 253+192+165=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 192 (75.39% from 255 or 31.48% from 610); Blue value is 165 (64.84% from 255 or 27.05% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC0A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC0A5 is #023F5A. Grayscale: #CFCFCF. Windows color (decimal): -147291 or 10862845. OLE color: 10862845.

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

Color convert

RGB 253 192 165 -
CMYK 0 0.24 0.35 0.01
HSL 18.41º 0.96% 0.82% -
HSV(B) 18.41º 0.35% 0.99% -
XYZ 66.15 61.3 43.94 -
YUV 207.16 104.21 160.7 -
System Red Green Blue C M Y K H S L
Decimal 253 192 165 0 0.24 0.35 0.01 18.41 0.96 0.82
Hex FD C0 A5 0 18 23 1 12 60 52
Octal 375 300 245 0 30 43 1 22 140 122
Binary 11111101 11000000 10100101 0 11000 100011 1 10010 1100000 1010010

Color Harmonies of #FDC0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC0A5

Black with #FDC0A5

Text Example


Text Example

White with #FDC0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC0A5; }

 p { color: rgb(253,192,165); }

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

background-color css

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

 a { background-color: rgb(253,192,165); }

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

border-color css

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

 span { border-color: rgb(253,192,165); }

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