#F69BCE

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

Shades of Carnation Pink #F69BCE

Tints of Carnation Pink #F69BCE

Color information

#F69BCE (or 0xF69BCE) is unknown color: approx Carnation Pink. HEX triplet: F6, 9B and CE. RGB value is (246,155,206). Sum of RGB (Red+Green+Blue) = 246+155+206=607 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.53% from 607); Green value is 155 (60.94% from 255 or 25.54% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 246 - color contains mainly: red. Hex color #F69BCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69BCE is #096431. Grayscale: #BBBBBB. Windows color (decimal): -615474 or 13540342. OLE color: 13540342.

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

Color convert

RGB246155206-
CMYK00.370.160.04
HSL326.37º83.49%78.63%-
HSV(B)326.37º36.99%96.47%-
XYZ60.8747.4964.35-
YUV188.02138.15169.35-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.53%
GREEN value IS 155 (60.94% from 255) = 25.54%
BLUE value IS 206 (80.86% from 255) = 33.94%
R=40.53%
G=25.54%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615520600.370.160.04326.3783.4978.63
HexF69BCE025104146534f
Octal366233316045204506123117
Binary11110110100110111100111001001011000010010100011010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69BCE; }

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

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

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

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

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

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

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

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