#FBB2FA

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

Shades of Lavender Rose #FBB2FA

Tints of Lavender Rose #FBB2FA

Color information

#FBB2FA (or 0xFBB2FA) is unknown color: approx Lavender Rose. HEX triplet: FB, B2 and FA. RGB value is (251,178,250). Sum of RGB (Red+Green+Blue) = 251+178+250=679 (89% of max value = 765). Red value is 251 (98.44% from 255 or 36.97% from 679); Green value is 178 (69.92% from 255 or 26.22% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBB2FA is #044D05. Grayscale: #CFCFCF. Windows color (decimal): -281862 or 16429819. OLE color: 16429819.

HSL color Cylindrical-coordinate representation of color #FBB2FA: hue angle of 300.82º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FBB2FA is Cyan = 0, Magento = 0.29, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB251178250-
CMYK00.290.000.02
HSL300.82º90.12%84.12%-
HSV(B)300.82º29.08%98.43%-
XYZ72.9659.2598.03-
YUV208.03151.68158.65-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.97%
GREEN value IS 178 (69.92% from 255) = 26.22%
BLUE value IS 250 (98.05% from 255) = 36.82%
R=36.97%
G=26.22%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117825000.290.000.02300.8290.1284.12
HexFBB2FA01D0212d5a54
Octal37326237203502455132124
Binary11111011101100101111101001110101010010110110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB2FA; }

 p { color: rgb(251,178,250); }

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

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

 a { background-color: rgb(251,178,250); }

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

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

 span { border-color: rgb(251,178,250); }

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