#F4ADB2

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

Shades of Light Pink #F4ADB2

Tints of Light Pink #F4ADB2

Color information

#F4ADB2 (or 0xF4ADB2) is unknown color: approx Light Pink. HEX triplet: F4, AD and B2. RGB value is (244,173,178). Sum of RGB (Red+Green+Blue) = 244+173+178=595 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.01% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 178 (69.92% from 255 or 29.92% from 595); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ADB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4ADB2 is #0B524D. Grayscale: #C2C2C2. Windows color (decimal): -741966 or 11709940. OLE color: 11709940.

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

Color convert

RGB244173178-
CMYK00.290.270.04
HSL355.77º76.34%81.76%-
HSV(B)355.77º29.1%95.69%-
XYZ60.2952.3349.04-
YUV194.8118.52163.09-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.01%
GREEN value IS 173 (67.97% from 255) = 29.08%
BLUE value IS 178 (69.92% from 255) = 29.92%
R=41.01%
G=29.08%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417317800.290.270.04355.7776.3481.76
HexF4ADB201D1B41644c52
Octal364255262035334544114122
Binary1111010010101101101100100111011101110010110010010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4ADB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4ADB2; }

 p { color: rgb(244,173,178); }

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

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

 a { background-color: rgb(244,173,178); }

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

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

 span { border-color: rgb(244,173,178); }

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