#FBB4F4

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

Shades of Lavender Rose #FBB4F4

Tints of Lavender Rose #FBB4F4

Color information

#FBB4F4 (or 0xFBB4F4) is unknown color: approx Lavender Rose. HEX triplet: FB, B4 and F4. RGB value is (251,180,244). Sum of RGB (Red+Green+Blue) = 251+180+244=675 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.19% from 675); Green value is 180 (70.70% from 255 or 26.67% from 675); Blue value is 244 (95.70% from 255 or 36.15% from 675); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB4F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB4F4 is #044B0B. Grayscale: #D0D0D0. Windows color (decimal): -281356 or 16037115. OLE color: 16037115.

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

Color convert

RGB251180244-
CMYK00.280.030.02
HSL305.92º89.87%84.51%-
HSV(B)305.92º28.29%98.43%-
XYZ72.4359.6893.29-
YUV208.52148.02158.3-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.19%
GREEN value IS 180 (70.70% from 255) = 26.67%
BLUE value IS 244 (95.70% from 255) = 36.15%
R=37.19%
G=26.67%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118024400.280.030.02305.9289.8784.51
HexFBB4F401C321325a55
Octal37326436403432462132125
Binary111110111011010011110100011100111010011001010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB4F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB4F4; }

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

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

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

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

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

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

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

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