#FBBFF4

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

Shades of Lavender Rose #FBBFF4

Tints of Lavender Rose #FBBFF4

Color information

#FBBFF4 (or 0xFBBFF4) is unknown color: approx Lavender Rose. HEX triplet: FB, BF and F4. RGB value is (251,191,244). Sum of RGB (Red+Green+Blue) = 251+191+244=686 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.59% from 686); Green value is 191 (75% from 255 or 27.84% from 686); Blue value is 244 (95.70% from 255 or 35.57% from 686); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBFF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBFF4 is #04400B. Grayscale: #D6D6D6. Windows color (decimal): -278540 or 16039931. OLE color: 16039931.

HSL color Cylindrical-coordinate representation of color #FBBFF4: hue angle of 307º 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 #FBBFF4 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB251191244-
CMYK00.240.030.02
HSL307º88.24%86.67%-
HSV(B)307º23.9%98.43%-
XYZ74.7464.394.06-
YUV214.98144.38153.69-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.59%
GREEN value IS 191 (75% from 255) = 27.84%
BLUE value IS 244 (95.70% from 255) = 35.57%
R=36.59%
G=27.84%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119124400.240.030.0230788.2486.67
HexFBBFF4018321335857
Octal37327736403032463130127
Binary111110111011111111110100011000111010011001110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBFF4; }

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

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

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

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

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

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

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

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