#F6AFBB

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

Shades of Light Pink #F6AFBB

Tints of Light Pink #F6AFBB

Color information

#F6AFBB (or 0xF6AFBB) is unknown color: approx Light Pink. HEX triplet: F6, AF and BB. RGB value is (246,175,187). Sum of RGB (Red+Green+Blue) = 246+175+187=608 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.46% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 187 (73.44% from 255 or 30.76% from 608); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AFBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AFBB is #095044. Grayscale: #C5C5C5. Windows color (decimal): -610373 or 12300278. OLE color: 12300278.

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

Color convert

RGB246175187-
CMYK00.290.240.04
HSL349.86º79.78%82.55%-
HSV(B)349.86º28.86%96.47%-
XYZ62.3153.8454.12-
YUV197.6122.02162.52-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.46%
GREEN value IS 175 (68.75% from 255) = 28.78%
BLUE value IS 187 (73.44% from 255) = 30.76%
R=40.46%
G=28.78%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617518700.290.240.04349.8679.7882.55
HexF6AFBB01D18415e5053
Octal366257273035304536120123
Binary1111011010101111101110110111011100010010101111010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AFBB; }

 p { color: rgb(246,175,187); }

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

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

 a { background-color: rgb(246,175,187); }

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

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

 span { border-color: rgb(246,175,187); }

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