#FFC3A4

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

Shades of Romantic #FFC3A4

Tints of Romantic #FFC3A4

Color information

#FFC3A4 (or 0xFFC3A4) is unknown color: approx Romantic. HEX triplet: FF, C3 and A4. RGB value is (255,195,164). Sum of RGB (Red+Green+Blue) = 255+195+164=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 195 (76.56% from 255 or 31.76% from 614); Blue value is 164 (64.45% from 255 or 26.71% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC3A4 is #003C5B. Grayscale: #D1D1D1. Windows color (decimal): -15452 or 10798079. OLE color: 10798079.

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

Color convert

RGB255195164-
CMYK00.240.360
HSL20.44º100%82.16%-
HSV(B)20.44º35.69%100%-
XYZ67.4662.9743.72-
YUV209.41102.38160.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.53%
GREEN value IS 195 (76.56% from 255) = 31.76%
BLUE value IS 164 (64.45% from 255) = 26.71%
R=41.53%
G=31.76%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519516400.240.36020.4410082.16
HexFFC3A4018240146452
Octal37730324403044024144122
Binary11111111110000111010010001100010010001010011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC3A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC3A4; }

 p { color: rgb(255,195,164); }

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

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

 a { background-color: rgb(255,195,164); }

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

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

 span { border-color: rgb(255,195,164); }

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