#F1B4CE

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

Shades of Lavender Pink #F1B4CE

Tints of Lavender Pink #F1B4CE

Color information

#F1B4CE (or 0xF1B4CE) is unknown color: approx Lavender Pink. HEX triplet: F1, B4 and CE. RGB value is (241,180,206). Sum of RGB (Red+Green+Blue) = 241+180+206=627 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.44% from 627); Green value is 180 (70.70% from 255 or 28.71% from 627); Blue value is 206 (80.86% from 255 or 32.85% from 627); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B4CE is #0E4B31. Grayscale: #C9C9C9. Windows color (decimal): -936754 or 13546737. OLE color: 13546737.

HSL color Cylindrical-coordinate representation of color #F1B4CE: hue angle of 334.43º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F1B4CE is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB241180206-
CMYK00.250.150.05
HSL334.43º68.54%82.55%-
HSV(B)334.43º25.31%94.51%-
XYZ63.7455.865.8-
YUV201.2130.71156.39-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.44%
GREEN value IS 180 (70.70% from 255) = 28.71%
BLUE value IS 206 (80.86% from 255) = 32.85%
R=38.44%
G=28.71%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118020600.250.150.05334.4368.5482.55
HexF1B4CE019F514e4553
Octal361264316031175516105123
Binary111100011011010011001110011001111110110100111010001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B4CE; }

 p { color: rgb(241,180,206); }

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

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

 a { background-color: rgb(241,180,206); }

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

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

 span { border-color: rgb(241,180,206); }

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