#F4B6BE

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

Shades of Light Pink #F4B6BE

Tints of Light Pink #F4B6BE

Color information

#F4B6BE (or 0xF4B6BE) is unknown color: approx Light Pink. HEX triplet: F4, B6 and BE. RGB value is (244,182,190). Sum of RGB (Red+Green+Blue) = 244+182+190=616 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.61% from 616); Green value is 182 (71.48% from 255 or 29.55% from 616); Blue value is 190 (74.61% from 255 or 30.84% from 616); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B6BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B6BE is #0B4941. Grayscale: #C9C9C9. Windows color (decimal): -739650 or 12498676. OLE color: 12498676.

HSL color Cylindrical-coordinate representation of color #F4B6BE: hue angle of 352.26º degrees, saturation: 0.74, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F4B6BE is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB244182190-
CMYK00.250.220.04
HSL352.26º73.81%83.53%-
HSV(B)352.26º25.41%95.69%-
XYZ63.3356.4156.26-
YUV201.45121.54158.35-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.61%
GREEN value IS 182 (71.48% from 255) = 29.55%
BLUE value IS 190 (74.61% from 255) = 30.84%
R=39.61%
G=29.55%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418219000.250.220.04352.2673.8183.53
HexF4B6BE0191641604a54
Octal364266276031264540112124
Binary1111010010110110101111100110011011010010110000010010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B6BE; }

 p { color: rgb(244,182,190); }

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

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

 a { background-color: rgb(244,182,190); }

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

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

 span { border-color: rgb(244,182,190); }

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