#FFBEC9

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

Shades of Pink #FFBEC9

Tints of Pink #FFBEC9

Color information

#FFBEC9 (or 0xFFBEC9) is unknown color: approx Pink. HEX triplet: FF, BE and C9. RGB value is (255,190,201). Sum of RGB (Red+Green+Blue) = 255+190+201=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 190 (74.61% from 255 or 29.41% from 646); Blue value is 201 (78.91% from 255 or 31.11% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBEC9 is #004136. Grayscale: #D2D2D2. Windows color (decimal): -16695 or 13221631. OLE color: 13221631.

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

Color convert

RGB255190201-
CMYK00.250.210
HSL349.85º100%87.25%-
HSV(B)349.85º25.49%100%-
XYZ70.262.363.58-
YUV210.69122.53159.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.47%
GREEN value IS 190 (74.61% from 255) = 29.41%
BLUE value IS 201 (78.91% from 255) = 31.11%
R=39.47%
G=29.41%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519020100.250.210349.8510087.25
HexFFBEC901915015e6457
Octal377276311031250536144127
Binary11111111101111101100100101100110101010101111011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBEC9; }

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

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

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

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

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

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

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

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