#FBB2F3

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

Shades of Lavender Rose #FBB2F3

Tints of Lavender Rose #FBB2F3

Color information

#FBB2F3 (or 0xFBB2F3) is unknown color: approx Lavender Rose. HEX triplet: FB, B2 and F3. RGB value is (251,178,243). Sum of RGB (Red+Green+Blue) = 251+178+243=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 178 (69.92% from 255 or 26.49% from 672); Blue value is 243 (95.31% from 255 or 36.16% from 672); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBB2F3 is #044D0C. Grayscale: #CFCFCF. Windows color (decimal): -281869 or 15971067. OLE color: 15971067.

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

Color convert

RGB251178243-
CMYK00.290.030.02
HSL306.58º90.12%84.12%-
HSV(B)306.58º29.08%98.43%-
XYZ71.8858.8292.36-
YUV207.24148.18159.21-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.35%
GREEN value IS 178 (69.92% from 255) = 26.49%
BLUE value IS 243 (95.31% from 255) = 36.16%
R=37.35%
G=26.49%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117824300.290.030.02306.5890.1284.12
HexFBB2F301D321335a54
Octal37326236303532463132124
Binary111110111011001011110011011101111010011001110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB2F3; }

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

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

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

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

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

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

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

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