#F3B4BB

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

Shades of Light Pink #F3B4BB

Tints of Light Pink #F3B4BB

Color information

#F3B4BB (or 0xF3B4BB) is unknown color: approx Light Pink. HEX triplet: F3, B4 and BB. RGB value is (243,180,187). Sum of RGB (Red+Green+Blue) = 243+180+187=610 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.84% from 610); Green value is 180 (70.70% from 255 or 29.51% from 610); Blue value is 187 (73.44% from 255 or 30.66% from 610); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B4BB is #0C4B44. Grayscale: #C7C7C7. Windows color (decimal): -805701 or 12301555. OLE color: 12301555.

HSL color Cylindrical-coordinate representation of color #F3B4BB: hue angle of 353.33º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F3B4BB is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB243180187-
CMYK00.260.230.05
HSL353.33º72.41%82.94%-
HSV(B)353.33º25.93%95.29%-
XYZ62.2555.2954.4-
YUV199.64120.87158.93-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.84%
GREEN value IS 180 (70.70% from 255) = 29.51%
BLUE value IS 187 (73.44% from 255) = 30.66%
R=39.84%
G=29.51%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318018700.260.230.05353.3372.4182.94
HexF3B4BB01A1751614853
Octal363264273032275541110123
Binary1111001110110100101110110110101011110110110000110010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B4BB; }

 p { color: rgb(243,180,187); }

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

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

 a { background-color: rgb(243,180,187); }

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

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

 span { border-color: rgb(243,180,187); }

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