#FBB0CC

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

Shades of Lavender Pink #FBB0CC

Tints of Lavender Pink #FBB0CC

Color information

#FBB0CC (or 0xFBB0CC) is unknown color: approx Lavender Pink. HEX triplet: FB, B0 and CC. RGB value is (251,176,204). Sum of RGB (Red+Green+Blue) = 251+176+204=631 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.78% from 631); Green value is 176 (69.14% from 255 or 27.89% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB0CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB0CC is #044F33. Grayscale: #C9C9C9. Windows color (decimal): -282420 or 13414651. OLE color: 13414651.

HSL color Cylindrical-coordinate representation of color #FBB0CC: hue angle of 337.6º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBB0CC is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB251176204-
CMYK00.300.190.02
HSL337.6º90.36%83.73%-
HSV(B)337.6º29.88%98.43%-
XYZ66.2155.9264.43-
YUV201.62129.35163.22-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.78%
GREEN value IS 176 (69.14% from 255) = 27.89%
BLUE value IS 204 (80.08% from 255) = 32.33%
R=39.78%
G=27.89%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117620400.300.190.02337.690.3683.73
HexFBB0CC01E1321525a54
Octal373260314036232522132124
Binary111110111011000011001100011110100111010101001010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB0CC; }

 p { color: rgb(251,176,204); }

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

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

 a { background-color: rgb(251,176,204); }

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

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

 span { border-color: rgb(251,176,204); }

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