Html Css Color HEX #FCC0A5 Romantic

📋 copy color: '#FCC0A5'

red 252 ◦ green 192 ◦ blue 165

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

Shades of Romantic #FCC0A5

Tints of Romantic #FCC0A5

RGB

 RED value IS 252 (98.83% from 255) = 41.38%

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

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

R = 41.38%
G = 31.53%
B = 27.09%

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

#FCC0A5 (or 0xFCC0A5) is known color: Romantic. HEX triplet: FC, C0 and A5. RGB value is (252,192,165). Sum of RGB (Red+Green+Blue) = 252+192+165=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 192 (75.39% from 255 or 31.53% from 609); Blue value is 165 (64.84% from 255 or 27.09% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC0A5 is #033F5A. Grayscale: #CFCFCF. Windows color (decimal): -212827 or 10862844. OLE color: 10862844.

HSL color Cylindrical-coordinate representation of color #FCC0A5: hue angle of 18.62º degrees, saturation: 0.94, 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 #FCC0A5 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 192 165 -
CMYK 0 0.24 0.35 0.01
HSL 18.62º 0.94% 0.82% -
HSV(B) 18.62º 0.35% 0.99% -
XYZ 65.79 61.11 43.93 -
YUV 206.86 104.38 160.2 -
System Red Green Blue C M Y K H S L
Decimal 252 192 165 0 0.24 0.35 0.01 18.62 0.94 0.82
Hex FC C0 A5 0 18 23 1 13 5E 52
Octal 374 300 245 0 30 43 1 23 136 122
Binary 11111100 11000000 10100101 0 11000 100011 1 10011 1011110 1010010

Color Harmonies of #FCC0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC0A5

Black with #FCC0A5

Text Example


Text Example

White with #FCC0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC0A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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