#FFBEBE

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

Shades of Your Pink #FFBEBE

Tints of Your Pink #FFBEBE

Color information

#FFBEBE (or 0xFFBEBE) is unknown color: approx Your Pink. HEX triplet: FF, BE and BE. RGB value is (255,190,190). Sum of RGB (Red+Green+Blue) = 255+190+190=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 190 (74.61% from 255 or 29.92% from 635); Blue value is 190 (74.61% from 255 or 29.92% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBEBE is #004141. Grayscale: #D1D1D1. Windows color (decimal): -16706 or 12500735. OLE color: 12500735.

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

Color convert

RGB255190190-
CMYK00.250.250
HSL100%87.25%-
HSV(B)25.49%100%-
XYZ68.9561.857.01-
YUV209.43117.03160.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.16%
GREEN value IS 190 (74.61% from 255) = 29.92%
BLUE value IS 190 (74.61% from 255) = 29.92%
R=40.16%
G=29.92%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519019000.250.250010087.25
HexFFBEBE01919006457
Octal3772762760313100144127
Binary111111111011111010111110011001110010011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBEBE; }

 p { color: rgb(255,190,190); }

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

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

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

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

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

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

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