#F1B4DE

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

Shades of Lavender Rose #F1B4DE

Tints of Lavender Rose #F1B4DE

Color information

#F1B4DE (or 0xF1B4DE) is unknown color: approx Lavender Rose. HEX triplet: F1, B4 and DE. RGB value is (241,180,222). Sum of RGB (Red+Green+Blue) = 241+180+222=643 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.48% from 643); Green value is 180 (70.70% from 255 or 27.99% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B4DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B4DE is #0E4B21. Grayscale: #CACACA. Windows color (decimal): -936738 or 14595313. OLE color: 14595313.

HSL color Cylindrical-coordinate representation of color #F1B4DE: hue angle of 318.69º 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 #F1B4DE is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB241180222-
CMYK00.250.080.05
HSL318.69º68.54%82.55%-
HSV(B)318.69º25.31%94.51%-
XYZ65.7856.6276.57-
YUV203.03138.71155.08-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.48%
GREEN value IS 180 (70.70% from 255) = 27.99%
BLUE value IS 222 (87.11% from 255) = 34.53%
R=37.48%
G=27.99%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118022200.250.080.05318.6968.5482.55
HexF1B4DE0198513f4553
Octal361264336031105477105123
Binary111100011011010011011110011001100010110011111110001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B4DE; }

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

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

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

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

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

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

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

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