#F69FBE

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

Shades of Carnation Pink #F69FBE

Tints of Carnation Pink #F69FBE

Color information

#F69FBE (or 0xF69FBE) is unknown color: approx Carnation Pink. HEX triplet: F6, 9F and BE. RGB value is (246,159,190). Sum of RGB (Red+Green+Blue) = 246+159+190=595 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.34% from 595); Green value is 159 (62.5% from 255 or 26.72% from 595); Blue value is 190 (74.61% from 255 or 31.93% from 595); Max value from RGB is 246 - color contains mainly: red. Hex color #F69FBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69FBE is #096041. Grayscale: #BCBCBC. Windows color (decimal): -614466 or 12492790. OLE color: 12492790.

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

Color convert

RGB246159190-
CMYK00.350.230.04
HSL338.62º82.86%79.41%-
HSV(B)338.62º35.37%96.47%-
XYZ59.748.1154.85-
YUV188.55128.82168.98-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.34%
GREEN value IS 159 (62.5% from 255) = 26.72%
BLUE value IS 190 (74.61% from 255) = 31.93%
R=41.34%
G=26.72%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615919000.350.230.04338.6282.8679.41
HexF69FBE023174153534f
Octal366237276043274523123117
Binary11110110100111111011111001000111011110010101001110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69FBE; }

 p { color: rgb(246,159,190); }

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

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

 a { background-color: rgb(246,159,190); }

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

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

 span { border-color: rgb(246,159,190); }

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