#FF868B

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

Shades of Wewak #FF868B

Tints of Wewak #FF868B

Color information

#FF868B (or 0xFF868B) is unknown color: approx Wewak. HEX triplet: FF, 86 and 8B. RGB value is (255,134,139). Sum of RGB (Red+Green+Blue) = 255+134+139=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 134 (52.73% from 255 or 25.38% from 528); Blue value is 139 (54.69% from 255 or 26.33% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FF868B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF868B is #007974. Grayscale: #AAAAAA. Windows color (decimal): -31093 or 9144063. OLE color: 9144063.

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

Color convert

RGB255134139-
CMYK00.470.450
HSL357.52º100%76.27%-
HSV(B)357.52º47.45%100%-
XYZ54.4340.1729.31-
YUV170.75110.09188.09-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.30%
GREEN value IS 134 (52.73% from 255) = 25.38%
BLUE value IS 139 (54.69% from 255) = 26.33%
R=48.30%
G=25.38%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513413900.470.450357.5210076.27
HexFF868B02F2D0166644c
Octal377206213057550546144114
Binary1111111110000110100010110101111101101010110011011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF868B; }

 p { color: rgb(255,134,139); }

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

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

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

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

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

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

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