#F1B9D4

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

Shades of Lavender Pink #F1B9D4

Tints of Lavender Pink #F1B9D4

Color information

#F1B9D4 (or 0xF1B9D4) is unknown color: approx Lavender Pink. HEX triplet: F1, B9 and D4. RGB value is (241,185,212). Sum of RGB (Red+Green+Blue) = 241+185+212=638 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.77% from 638); Green value is 185 (72.66% from 255 or 29.00% from 638); Blue value is 212 (83.20% from 255 or 33.23% from 638); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B9D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B9D4 is #0E462B. Grayscale: #CCCCCC. Windows color (decimal): -935468 or 13941233. OLE color: 13941233.

HSL color Cylindrical-coordinate representation of color #F1B9D4: hue angle of 331.07º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F1B9D4 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB241185212-
CMYK00.230.120.05
HSL331.07º66.67%83.53%-
HSV(B)331.07º23.24%94.51%-
XYZ65.5158.1570.06-
YUV204.82132.05153.8-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.77%
GREEN value IS 185 (72.66% from 255) = 29.00%
BLUE value IS 212 (83.20% from 255) = 33.23%
R=37.77%
G=29.00%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118521200.230.120.05331.0766.6783.53
HexF1B9D4017C514b4354
Octal361271324027145513103124
Binary111100011011100111010100010111110010110100101110000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B9D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B9D4; }

 p { color: rgb(241,185,212); }

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

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

 a { background-color: rgb(241,185,212); }

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

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

 span { border-color: rgb(241,185,212); }

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