#F3ADB5

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

Shades of Light Pink #F3ADB5

Tints of Light Pink #F3ADB5

Color information

#F3ADB5 (or 0xF3ADB5) is unknown color: approx Light Pink. HEX triplet: F3, AD and B5. RGB value is (243,173,181). Sum of RGB (Red+Green+Blue) = 243+173+181=597 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.70% from 597); Green value is 173 (67.97% from 255 or 28.98% from 597); Blue value is 181 (71.09% from 255 or 30.32% from 597); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ADB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3ADB5 is #0C524A. Grayscale: #C2C2C2. Windows color (decimal): -807499 or 11906547. OLE color: 11906547.

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

Color convert

RGB243173181-
CMYK00.290.260.05
HSL353.14º74.47%81.57%-
HSV(B)353.14º28.81%95.29%-
XYZ60.2552.2850.63-
YUV194.84120.19162.35-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.70%
GREEN value IS 173 (67.97% from 255) = 28.98%
BLUE value IS 181 (71.09% from 255) = 30.32%
R=40.70%
G=28.98%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317318100.290.260.05353.1474.4781.57
HexF3ADB501D1A51614a52
Octal363255265035325541112122
Binary1111001110101101101101010111011101010110110000110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3ADB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3ADB5; }

 p { color: rgb(243,173,181); }

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

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

 a { background-color: rgb(243,173,181); }

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

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

 span { border-color: rgb(243,173,181); }

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