#FF9FCF

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

Shades of Carnation Pink #FF9FCF

Tints of Carnation Pink #FF9FCF

Color information

#FF9FCF (or 0xFF9FCF) is unknown color: approx Carnation Pink. HEX triplet: FF, 9F and CF. RGB value is (255,159,207). Sum of RGB (Red+Green+Blue) = 255+159+207=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 159 (62.5% from 255 or 25.60% from 621); Blue value is 207 (81.25% from 255 or 33.33% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9FCF is #006030. Grayscale: #C1C1C1. Windows color (decimal): -24625 or 13606911. OLE color: 13606911.

HSL color Cylindrical-coordinate representation of color #FF9FCF: hue angle of 330º 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 #FF9FCF is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB255159207-
CMYK00.380.190
HSL330º100%81.18%-
HSV(B)330º37.65%100%-
XYZ64.950.5665.37-
YUV193.18135.8172.1-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.06%
GREEN value IS 159 (62.5% from 255) = 25.60%
BLUE value IS 207 (81.25% from 255) = 33.33%
R=41.06%
G=25.60%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515920700.380.19033010081.18
HexFF9FCF02613014a6451
Octal377237317046230512144121
Binary111111111001111111001111010011010011010100101011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9FCF; }

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

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

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

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

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

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

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

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