#FFCA9F

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

Shades of Romantic #FFCA9F

Tints of Romantic #FFCA9F

Color information

#FFCA9F (or 0xFFCA9F) is unknown color: approx Romantic. HEX triplet: FF, CA and 9F. RGB value is (255,202,159). Sum of RGB (Red+Green+Blue) = 255+202+159=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 159 (62.5% from 255 or 25.81% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCA9F is #003560. Grayscale: #D5D5D5. Windows color (decimal): -13665 or 10472191. OLE color: 10472191.

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

Color convert

RGB255202159-
CMYK00.210.380
HSL26.88º100%81.18%-
HSV(B)26.88º37.65%100%-
XYZ68.626641.92-
YUV212.9497.56158-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.40%
GREEN value IS 202 (79.30% from 255) = 32.79%
BLUE value IS 159 (62.5% from 255) = 25.81%
R=41.40%
G=32.79%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520215900.210.38026.8810081.18
HexFFCA9F0152601b6451
Octal37731223702546033144121
Binary11111111110010101001111101010110011001101111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCA9F; }

 p { color: rgb(255,202,159); }

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

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

 a { background-color: rgb(255,202,159); }

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

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

 span { border-color: rgb(255,202,159); }

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