#FFCBBB

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

Shades of Your Pink #FFCBBB

Tints of Your Pink #FFCBBB

Color information

#FFCBBB (or 0xFFCBBB) is unknown color: approx Your Pink. HEX triplet: FF, CB and BB. RGB value is (255,203,187). Sum of RGB (Red+Green+Blue) = 255+203+187=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 203 (79.69% from 255 or 31.47% from 645); Blue value is 187 (73.44% from 255 or 28.99% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCBBB is #003444. Grayscale: #D8D8D8. Windows color (decimal): -13381 or 12307455. OLE color: 12307455.

HSL color Cylindrical-coordinate representation of color #FFCBBB: hue angle of 14.12º 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 #FFCBBB is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB255203187-
CMYK00.200.270
HSL14.12º100%86.67%-
HSV(B)14.12º26.67%100%-
XYZ71.5767.5656.28-
YUV216.72111.23155.3-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.53%
GREEN value IS 203 (79.69% from 255) = 31.47%
BLUE value IS 187 (73.44% from 255) = 28.99%
R=39.53%
G=31.47%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520318700.200.27014.1210086.67
HexFFCBBB0141B0e6457
Octal37731327302433016144127
Binary111111111100101110111011010100110110111011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCBBB; }

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

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

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

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

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

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

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

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