#F69BCC

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

Shades of Carnation Pink #F69BCC

Tints of Carnation Pink #F69BCC

Color information

#F69BCC (or 0xF69BCC) is unknown color: approx Carnation Pink. HEX triplet: F6, 9B and CC. RGB value is (246,155,204). Sum of RGB (Red+Green+Blue) = 246+155+204=605 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.66% from 605); Green value is 155 (60.94% from 255 or 25.62% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 246 - color contains mainly: red. Hex color #F69BCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69BCC is #096433. Grayscale: #BBBBBB. Windows color (decimal): -615476 or 13409270. OLE color: 13409270.

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

Color convert

RGB246155204-
CMYK00.370.170.04
HSL327.69º83.49%78.63%-
HSV(B)327.69º36.99%96.47%-
XYZ60.6347.463.08-
YUV187.8137.15169.52-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.66%
GREEN value IS 155 (60.94% from 255) = 25.62%
BLUE value IS 204 (80.08% from 255) = 33.72%
R=40.66%
G=25.62%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615520400.370.170.04327.6983.4978.63
HexF69BCC025114148534f
Octal366233314045214510123117
Binary11110110100110111100110001001011000110010100100010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69BCC; }

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

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

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

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

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

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

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

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