#FBB8F4

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

Shades of Lavender Rose #FBB8F4

Tints of Lavender Rose #FBB8F4

Color information

#FBB8F4 (or 0xFBB8F4) is unknown color: approx Lavender Rose. HEX triplet: FB, B8 and F4. RGB value is (251,184,244). Sum of RGB (Red+Green+Blue) = 251+184+244=679 (89% of max value = 765). Red value is 251 (98.44% from 255 or 36.97% from 679); Green value is 184 (72.27% from 255 or 27.10% from 679); Blue value is 244 (95.70% from 255 or 35.94% from 679); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB8F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB8F4 is #04470B. Grayscale: #D2D2D2. Windows color (decimal): -280332 or 16038139. OLE color: 16038139.

HSL color Cylindrical-coordinate representation of color #FBB8F4: hue angle of 306.27º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FBB8F4 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB251184244-
CMYK00.270.030.02
HSL306.27º89.33%85.29%-
HSV(B)306.27º26.69%98.43%-
XYZ73.2561.3293.56-
YUV210.87146.7156.62-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.97%
GREEN value IS 184 (72.27% from 255) = 27.10%
BLUE value IS 244 (95.70% from 255) = 35.94%
R=36.97%
G=27.10%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118424400.270.030.02306.2789.3385.29
HexFBB8F401B321325955
Octal37327036403332462131125
Binary111110111011100011110100011011111010011001010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB8F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB8F4; }

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

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

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

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

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

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

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

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