#FBB1CD

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

Shades of Lavender Pink #FBB1CD

Tints of Lavender Pink #FBB1CD

Color information

#FBB1CD (or 0xFBB1CD) is unknown color: approx Lavender Pink. HEX triplet: FB, B1 and CD. RGB value is (251,177,205). Sum of RGB (Red+Green+Blue) = 251+177+205=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 177 (69.53% from 255 or 27.96% from 633); Blue value is 205 (80.47% from 255 or 32.39% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB1CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB1CD is #044E32. Grayscale: #CACACA. Windows color (decimal): -282163 or 13480443. OLE color: 13480443.

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

Color convert

RGB251177205-
CMYK00.290.180.02
HSL337.3º90.24%83.92%-
HSV(B)337.3º29.48%98.43%-
XYZ66.5356.3665.13-
YUV202.32129.52162.72-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.65%
GREEN value IS 177 (69.53% from 255) = 27.96%
BLUE value IS 205 (80.47% from 255) = 32.39%
R=39.65%
G=27.96%
B=32.39%

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
Decimal25117720500.290.180.02337.390.2483.92
HexFBB1CD01D1221515a54
Octal373261315035222521132124
Binary111110111011000111001101011101100101010101000110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB1CD; }

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

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

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

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

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

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

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

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