#F69EC8

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

Shades of Carnation Pink #F69EC8

Tints of Carnation Pink #F69EC8

Color information

#F69EC8 (or 0xF69EC8) is unknown color: approx Carnation Pink. HEX triplet: F6, 9E and C8. RGB value is (246,158,200). Sum of RGB (Red+Green+Blue) = 246+158+200=604 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.73% from 604); Green value is 158 (62.11% from 255 or 26.16% from 604); Blue value is 200 (78.52% from 255 or 33.11% from 604); Max value from RGB is 246 - color contains mainly: red. Hex color #F69EC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69EC8 is #096137. Grayscale: #BDBDBD. Windows color (decimal): -614712 or 13147894. OLE color: 13147894.

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

Color convert

RGB246158200-
CMYK00.360.190.04
HSL331.36º83.02%79.22%-
HSV(B)331.36º35.77%96.47%-
XYZ60.6648.2260.75-
YUV189.1134.15168.58-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.73%
GREEN value IS 158 (62.11% from 255) = 26.16%
BLUE value IS 200 (78.52% from 255) = 33.11%
R=40.73%
G=26.16%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615820000.360.190.04331.3683.0279.22
HexF69EC802413414b534f
Octal366236310044234513123117
Binary11110110100111101100100001001001001110010100101110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69EC8; }

 p { color: rgb(246,158,200); }

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

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

 a { background-color: rgb(246,158,200); }

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

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

 span { border-color: rgb(246,158,200); }

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