#F3B0B9

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

Shades of Light Pink #F3B0B9

Tints of Light Pink #F3B0B9

Color information

#F3B0B9 (or 0xF3B0B9) is unknown color: approx Light Pink. HEX triplet: F3, B0 and B9. RGB value is (243,176,185). Sum of RGB (Red+Green+Blue) = 243+176+185=604 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.23% from 604); Green value is 176 (69.14% from 255 or 29.14% from 604); Blue value is 185 (72.66% from 255 or 30.63% from 604); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B0B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3B0B9 is #0C4F46. Grayscale: #C5C5C5. Windows color (decimal): -806727 or 12169459. OLE color: 12169459.

HSL color Cylindrical-coordinate representation of color #F3B0B9: hue angle of 351.94º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F3B0B9 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB243176185-
CMYK00.280.240.05
HSL351.94º73.63%82.16%-
HSV(B)351.94º27.57%95.29%-
XYZ61.2453.6153.02-
YUV197.06121.2160.77-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.23%
GREEN value IS 176 (69.14% from 255) = 29.14%
BLUE value IS 185 (72.66% from 255) = 30.63%
R=40.23%
G=29.14%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317618500.280.240.05351.9473.6382.16
HexF3B0B901C1851604a52
Octal363260271034305540112122
Binary1111001110110000101110010111001100010110110000010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B0B9; }

 p { color: rgb(243,176,185); }

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

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

 a { background-color: rgb(243,176,185); }

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

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

 span { border-color: rgb(243,176,185); }

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