#FFBBCA

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

Shades of Pink #FFBBCA

Tints of Pink #FFBBCA

Color information

#FFBBCA (or 0xFFBBCA) is unknown color: approx Pink. HEX triplet: FF, BB and CA. RGB value is (255,187,202). Sum of RGB (Red+Green+Blue) = 255+187+202=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 187 (73.44% from 255 or 29.04% from 644); Blue value is 202 (79.30% from 255 or 31.37% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBBCA is #004435. Grayscale: #D1D1D1. Windows color (decimal): -17462 or 13286399. OLE color: 13286399.

HSL color Cylindrical-coordinate representation of color #FFBBCA: hue angle of 346.76º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFBBCA is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB255187202-
CMYK00.270.210
HSL346.76º100%86.67%-
HSV(B)346.76º26.67%100%-
XYZ69.6761.0663.99-
YUV209.04124.03160.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.60%
GREEN value IS 187 (73.44% from 255) = 29.04%
BLUE value IS 202 (79.30% from 255) = 31.37%
R=39.60%
G=29.04%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518720200.270.210346.7610086.67
HexFFBBCA01B15015b6457
Octal377273312033250533144127
Binary11111111101110111100101001101110101010101101111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBBCA; }

 p { color: rgb(255,187,202); }

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

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

 a { background-color: rgb(255,187,202); }

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

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

 span { border-color: rgb(255,187,202); }

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