#FBB1CF

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

Shades of Lavender Pink #FBB1CF

Tints of Lavender Pink #FBB1CF

Color information

#FBB1CF (or 0xFBB1CF) is unknown color: approx Lavender Pink. HEX triplet: FB, B1 and CF. RGB value is (251,177,207). Sum of RGB (Red+Green+Blue) = 251+177+207=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 177 (69.53% from 255 or 27.87% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB1CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB1CF is #044E30. Grayscale: #CACACA. Windows color (decimal): -282161 or 13611515. OLE color: 13611515.

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

Color convert

RGB251177207-
CMYK00.290.180.02
HSL335.68º90.24%83.92%-
HSV(B)335.68º29.48%98.43%-
XYZ66.7756.4666.41-
YUV202.55130.52162.56-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.53%
GREEN value IS 177 (69.53% from 255) = 27.87%
BLUE value IS 207 (81.25% from 255) = 32.60%
R=39.53%
G=27.87%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117720700.290.180.02335.6890.2483.92
HexFBB1CF01D1221505a54
Octal373261317035222520132124
Binary111110111011000111001111011101100101010101000010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB1CF; }

 p { color: rgb(251,177,207); }

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

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

 a { background-color: rgb(251,177,207); }

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

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

 span { border-color: rgb(251,177,207); }

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