#F69DCC

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

Shades of Carnation Pink #F69DCC

Tints of Carnation Pink #F69DCC

Color information

#F69DCC (or 0xF69DCC) is unknown color: approx Carnation Pink. HEX triplet: F6, 9D and CC. RGB value is (246,157,204). Sum of RGB (Red+Green+Blue) = 246+157+204=607 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.53% from 607); Green value is 157 (61.72% from 255 or 25.86% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 246 - color contains mainly: red. Hex color #F69DCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69DCC is #096233. Grayscale: #BCBCBC. Windows color (decimal): -614964 or 13409782. OLE color: 13409782.

HSL color Cylindrical-coordinate representation of color #F69DCC: hue angle of 328.31º 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 #F69DCC is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB246157204-
CMYK00.360.170.04
HSL328.31º83.18%79.02%-
HSV(B)328.31º36.18%96.47%-
XYZ60.9648.0763.19-
YUV188.97136.49168.68-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.53%
GREEN value IS 157 (61.72% from 255) = 25.86%
BLUE value IS 204 (80.08% from 255) = 33.61%
R=40.53%
G=25.86%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615720400.360.170.04328.3183.1879.02
HexF69DCC024114148534f
Octal366235314044214510123117
Binary11110110100111011100110001001001000110010100100010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69DCC; }

 p { color: rgb(246,157,204); }

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

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

 a { background-color: rgb(246,157,204); }

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

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

 span { border-color: rgb(246,157,204); }

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