#F69CCB

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

Shades of Carnation Pink #F69CCB

Tints of Carnation Pink #F69CCB

Color information

#F69CCB (or 0xF69CCB) is unknown color: approx Carnation Pink. HEX triplet: F6, 9C and CB. RGB value is (246,156,203). Sum of RGB (Red+Green+Blue) = 246+156+203=605 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.66% from 605); Green value is 156 (61.33% from 255 or 25.79% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 246 - color contains mainly: red. Hex color #F69CCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69CCB is #096334. Grayscale: #BCBCBC. Windows color (decimal): -615221 or 13343990. OLE color: 13343990.

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

Color convert

RGB246156203-
CMYK00.370.170.04
HSL328.67º83.33%78.82%-
HSV(B)328.67º36.59%96.47%-
XYZ60.6747.6862.51-
YUV188.27136.32169.18-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.66%
GREEN value IS 156 (61.33% from 255) = 25.79%
BLUE value IS 203 (79.69% from 255) = 33.55%
R=40.66%
G=25.79%
B=33.55%

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
Decimal24615620300.370.170.04328.6783.3378.82
HexF69CCB025114149534f
Octal366234313045214511123117
Binary11110110100111001100101101001011000110010100100110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69CCB; }

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

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

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

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

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

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

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

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