#FFC4A6

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

Shades of Romantic #FFC4A6

Tints of Romantic #FFC4A6

Color information

#FFC4A6 (or 0xFFC4A6) is unknown color: approx Romantic. HEX triplet: FF, C4 and A6. RGB value is (255,196,166). Sum of RGB (Red+Green+Blue) = 255+196+166=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 196 (76.95% from 255 or 31.77% from 617); Blue value is 166 (65.23% from 255 or 26.90% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC4A6 is #003B59. Grayscale: #D2D2D2. Windows color (decimal): -15194 or 10929407. OLE color: 10929407.

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

Color convert

RGB255196166-
CMYK00.230.350
HSL20.22º100%82.55%-
HSV(B)20.22º34.9%100%-
XYZ67.8663.4944.76-
YUV210.22103.05159.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.33%
GREEN value IS 196 (76.95% from 255) = 31.77%
BLUE value IS 166 (65.23% from 255) = 26.90%
R=41.33%
G=31.77%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519616600.230.35020.2210082.55
HexFFC4A6017230146453
Octal37730424602743024144123
Binary11111111110001001010011001011110001101010011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC4A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC4A6; }

 p { color: rgb(255,196,166); }

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

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

 a { background-color: rgb(255,196,166); }

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

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

 span { border-color: rgb(255,196,166); }

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