#F69ACD

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

Shades of Carnation Pink #F69ACD

Tints of Carnation Pink #F69ACD

Color information

#F69ACD (or 0xF69ACD) is unknown color: approx Carnation Pink. HEX triplet: F6, 9A and CD. RGB value is (246,154,205). Sum of RGB (Red+Green+Blue) = 246+154+205=605 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.66% from 605); Green value is 154 (60.55% from 255 or 25.45% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 246 - color contains mainly: red. Hex color #F69ACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69ACD is #096532. Grayscale: #BBBBBB. Windows color (decimal): -615731 or 13474550. OLE color: 13474550.

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

Color convert

RGB246154205-
CMYK00.370.170.04
HSL326.74º83.64%78.43%-
HSV(B)326.74º37.4%96.47%-
XYZ60.5847.1163.66-
YUV187.32137.98169.85-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.66%
GREEN value IS 154 (60.55% from 255) = 25.45%
BLUE value IS 205 (80.47% from 255) = 33.88%
R=40.66%
G=25.45%
B=33.88%

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
Decimal24615420500.370.170.04326.7483.6478.43
HexF69ACD025114147544e
Octal366232315045214507124116
Binary11110110100110101100110101001011000110010100011110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69ACD; }

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

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

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

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

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

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

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

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