#FBB2F8

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

Shades of Lavender Rose #FBB2F8

Tints of Lavender Rose #FBB2F8

Color information

#FBB2F8 (or 0xFBB2F8) is unknown color: approx Lavender Rose. HEX triplet: FB, B2 and F8. RGB value is (251,178,248). Sum of RGB (Red+Green+Blue) = 251+178+248=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 178 (69.92% from 255 or 26.29% from 677); Blue value is 248 (97.27% from 255 or 36.63% from 677); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBB2F8 is #044D07. Grayscale: #CFCFCF. Windows color (decimal): -281864 or 16298747. OLE color: 16298747.

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

Color convert

RGB251178248-
CMYK00.290.010.02
HSL302.47º90.12%84.12%-
HSV(B)302.47º29.08%98.43%-
XYZ72.6559.1396.39-
YUV207.81150.68158.81-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.08%
GREEN value IS 178 (69.92% from 255) = 26.29%
BLUE value IS 248 (97.27% from 255) = 36.63%
R=37.08%
G=26.29%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117824800.290.010.02302.4790.1284.12
HexFBB2F801D1212e5a54
Octal37326237003512456132124
Binary11111011101100101111100001110111010010111010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB2F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB2F8; }

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

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

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

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

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

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

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

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