#F69CCD

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

Shades of Carnation Pink #F69CCD

Tints of Carnation Pink #F69CCD

Color information

#F69CCD (or 0xF69CCD) is unknown color: approx Carnation Pink. HEX triplet: F6, 9C and CD. RGB value is (246,156,205). Sum of RGB (Red+Green+Blue) = 246+156+205=607 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.53% from 607); Green value is 156 (61.33% from 255 or 25.70% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 246 - color contains mainly: red. Hex color #F69CCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69CCD is #096332. Grayscale: #BCBCBC. Windows color (decimal): -615219 or 13475062. OLE color: 13475062.

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

Color convert

RGB246156205-
CMYK00.370.170.04
HSL327.33º83.33%78.82%-
HSV(B)327.33º36.59%96.47%-
XYZ60.9147.7863.77-
YUV188.5137.32169.02-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.53%
GREEN value IS 156 (61.33% from 255) = 25.70%
BLUE value IS 205 (80.47% from 255) = 33.77%
R=40.53%
G=25.70%
B=33.77%

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
Decimal24615620500.370.170.04327.3383.3378.82
HexF69CCD025114147534f
Octal366234315045214507123117
Binary11110110100111001100110101001011000110010100011110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69CCD; }

 p { color: rgb(246,156,205); }

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

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

 a { background-color: rgb(246,156,205); }

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

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

 span { border-color: rgb(246,156,205); }

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