#FBB1CE

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

Shades of Lavender Pink #FBB1CE

Tints of Lavender Pink #FBB1CE

Color information

#FBB1CE (or 0xFBB1CE) is unknown color: approx Lavender Pink. HEX triplet: FB, B1 and CE. RGB value is (251,177,206). Sum of RGB (Red+Green+Blue) = 251+177+206=634 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.59% from 634); Green value is 177 (69.53% from 255 or 27.92% from 634); Blue value is 206 (80.86% from 255 or 32.49% from 634); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB1CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB1CE is #044E31. Grayscale: #CACACA. Windows color (decimal): -282162 or 13545979. OLE color: 13545979.

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

Color convert

RGB251177206-
CMYK00.290.180.02
HSL336.49º90.24%83.92%-
HSV(B)336.49º29.48%98.43%-
XYZ66.6556.4165.77-
YUV202.43130.02162.64-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.59%
GREEN value IS 177 (69.53% from 255) = 27.92%
BLUE value IS 206 (80.86% from 255) = 32.49%
R=39.59%
G=27.92%
B=32.49%

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
Decimal25117720600.290.180.02336.4990.2483.92
HexFBB1CE01D1221505a54
Octal373261316035222520132124
Binary111110111011000111001110011101100101010101000010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB1CE; }

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

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

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

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

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

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

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

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