#FFC2A5

Color #FFC2A5 Romantic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Romantic #FFC2A5

Tints of Romantic #FFC2A5

Color information

#FFC2A5 (or 0xFFC2A5) is unknown color: approx Romantic. HEX triplet: FF, C2 and A5. RGB value is (255,194,165). Sum of RGB (Red+Green+Blue) = 255+194+165=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 194 (76.17% from 255 or 31.60% from 614); Blue value is 165 (64.84% from 255 or 26.87% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC2A5 is #003D5A. Grayscale: #D1D1D1. Windows color (decimal): -15707 or 10863359. OLE color: 10863359.

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

Color convert

RGB255194165-
CMYK00.240.350
HSL19.33º100%82.35%-
HSV(B)19.33º35.29%100%-
XYZ67.3262.5644.12-
YUV208.93103.21160.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.53%
GREEN value IS 194 (76.17% from 255) = 31.60%
BLUE value IS 165 (64.84% from 255) = 26.87%
R=41.53%
G=31.60%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519416500.240.35019.3310082.35
HexFFC2A5018230136452
Octal37730224503043023144122
Binary11111111110000101010010101100010001101001111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC2A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC2A5; }

 p { color: rgb(255,194,165); }

 H1.HeaderClassName
 {
   color: #FFC2A5;
 }
 .AnyTagClassName
 {
   color: #FFC2A5;
 }
</style>
background-color css

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

 a { background-color: rgb(255,194,165); }

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

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

 span { border-color: rgb(255,194,165); }

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