#F4ADB3

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

Shades of Light Pink #F4ADB3

Tints of Light Pink #F4ADB3

Color information

#F4ADB3 (or 0xF4ADB3) is unknown color: approx Light Pink. HEX triplet: F4, AD and B3. RGB value is (244,173,179). Sum of RGB (Red+Green+Blue) = 244+173+179=596 (78% of max value = 765). Red value is 244 (95.70% from 255 or 40.94% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 179 (70.31% from 255 or 30.03% from 596); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ADB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ADB3 is #0B524C. Grayscale: #C2C2C2. Windows color (decimal): -741965 or 11775476. OLE color: 11775476.

HSL color Cylindrical-coordinate representation of color #F4ADB3: hue angle of 354.93º 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 #F4ADB3 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB244173179-
CMYK00.290.270.04
HSL354.93º76.34%81.76%-
HSV(B)354.93º29.1%95.69%-
XYZ60.3952.3749.57-
YUV194.91119.02163.01-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.94%
GREEN value IS 173 (67.97% from 255) = 29.03%
BLUE value IS 179 (70.31% from 255) = 30.03%
R=40.94%
G=29.03%
B=30.03%

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
Decimal24417317900.290.270.04354.9376.3481.76
HexF4ADB301D1B41634c52
Octal364255263035334543114122
Binary1111010010101101101100110111011101110010110001110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4ADB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4ADB3; }

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

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

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

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

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

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

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

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