#FBBFF1

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

Shades of Lavender Rose #FBBFF1

Tints of Lavender Rose #FBBFF1

Color information

#FBBFF1 (or 0xFBBFF1) is unknown color: approx Lavender Rose. HEX triplet: FB, BF and F1. RGB value is (251,191,241). Sum of RGB (Red+Green+Blue) = 251+191+241=683 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.75% from 683); Green value is 191 (75% from 255 or 27.96% from 683); Blue value is 241 (94.53% from 255 or 35.29% from 683); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBFF1 is #04400E. Grayscale: #D6D6D6. Windows color (decimal): -278543 or 15843323. OLE color: 15843323.

HSL color Cylindrical-coordinate representation of color #FBBFF1: hue angle of 310º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBBFF1 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB251191241-
CMYK00.240.040.02
HSL310º88.24%86.67%-
HSV(B)310º23.9%98.43%-
XYZ74.2964.1291.68-
YUV214.64142.88153.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.75%
GREEN value IS 191 (75% from 255) = 27.96%
BLUE value IS 241 (94.53% from 255) = 35.29%
R=36.75%
G=27.96%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119124100.240.040.0231088.2486.67
HexFBBFF1018421365857
Octal37327736103042466130127
Binary1111101110111111111100010110001001010011011010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBFF1; }

 p { color: rgb(251,191,241); }

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

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

 a { background-color: rgb(251,191,241); }

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

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

 span { border-color: rgb(251,191,241); }

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