#F6BFCD

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

Shades of Pink #F6BFCD

Tints of Pink #F6BFCD

Color information

#F6BFCD (or 0xF6BFCD) is unknown color: approx Pink. HEX triplet: F6, BF and CD. RGB value is (246,191,205). Sum of RGB (Red+Green+Blue) = 246+191+205=642 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.32% from 642); Green value is 191 (75% from 255 or 29.75% from 642); Blue value is 205 (80.47% from 255 or 31.93% from 642); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BFCD is #094032. Grayscale: #D1D1D1. Windows color (decimal): -606259 or 13484022. OLE color: 13484022.

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

Color convert

RGB246191205-
CMYK00.220.170.04
HSL344.73º75.34%85.69%-
HSV(B)344.73º22.36%96.47%-
XYZ67.6661.2666.02-
YUV209.04125.72154.36-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.32%
GREEN value IS 191 (75% from 255) = 29.75%
BLUE value IS 205 (80.47% from 255) = 31.93%
R=38.32%
G=29.75%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619120500.220.170.04344.7375.3485.69
HexF6BFCD0161141594b56
Octal366277315026214531113126
Binary1111011010111111110011010101101000110010101100110010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BFCD; }

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

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

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

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

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

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

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

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