#F4B0B4

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

Shades of Light Pink #F4B0B4

Tints of Light Pink #F4B0B4

Color information

#F4B0B4 (or 0xF4B0B4) is unknown color: approx Light Pink. HEX triplet: F4, B0 and B4. RGB value is (244,176,180). Sum of RGB (Red+Green+Blue) = 244+176+180=600 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.67% from 600); Green value is 176 (69.14% from 255 or 29.33% from 600); Blue value is 180 (70.70% from 255 or 30% from 600); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B0B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4B0B4 is #0B4F4B. Grayscale: #C4C4C4. Windows color (decimal): -741196 or 11841780. OLE color: 11841780.

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

Color convert

RGB244176180-
CMYK00.280.260.04
HSL356.47º75.56%82.35%-
HSV(B)356.47º27.87%95.69%-
XYZ61.0753.5850.3-
YUV196.79118.53161.67-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.67%
GREEN value IS 176 (69.14% from 255) = 29.33%
BLUE value IS 180 (70.70% from 255) = 30%
R=40.67%
G=29.33%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417618000.280.260.04356.4775.5682.35
HexF4B0B401C1A41644c52
Octal364260264034324544114122
Binary1111010010110000101101000111001101010010110010010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B0B4; }

 p { color: rgb(244,176,180); }

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

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

 a { background-color: rgb(244,176,180); }

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

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

 span { border-color: rgb(244,176,180); }

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