#FFB6F4

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

Shades of Lavender Rose #FFB6F4

Tints of Lavender Rose #FFB6F4

Color information

#FFB6F4 (or 0xFFB6F4) is unknown color: approx Lavender Rose. HEX triplet: FF, B6 and F4. RGB value is (255,182,244). Sum of RGB (Red+Green+Blue) = 255+182+244=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 182 (71.48% from 255 or 26.73% from 681); Blue value is 244 (95.70% from 255 or 35.83% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB6F4 is #00490B. Grayscale: #D2D2D2. Windows color (decimal): -18700 or 16037631. OLE color: 16037631.

HSL color Cylindrical-coordinate representation of color #FFB6F4: hue angle of 309.04º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFB6F4 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB255182244-
CMYK00.290.040
HSL309.04º100%85.69%-
HSV(B)309.04º28.63%100%-
XYZ74.361.2593.49-
YUV210.9146.68159.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.44%
GREEN value IS 182 (71.48% from 255) = 26.73%
BLUE value IS 244 (95.70% from 255) = 35.83%
R=37.44%
G=26.73%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518224400.290.040309.0410085.69
HexFFB6F401D401356456
Octal37726636403540465144126
Binary111111111011011011110100011101100010011010111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB6F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB6F4; }

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

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

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

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

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

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

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

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