#FF8FCB

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

Shades of Tea Rose #FF8FCB

Tints of Tea Rose #FF8FCB

Color information

#FF8FCB (or 0xFF8FCB) is unknown color: approx Tea Rose. HEX triplet: FF, 8F and CB. RGB value is (255,143,203). Sum of RGB (Red+Green+Blue) = 255+143+203=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 143 (56.25% from 255 or 23.79% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8FCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8FCB is #007034. Grayscale: #B7B7B7. Windows color (decimal): -28725 or 13340671. OLE color: 13340671.

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

Color convert

RGB255143203-
CMYK00.440.200
HSL327.86º100%78.04%-
HSV(B)327.86º43.92%100%-
XYZ61.8445.2261.97-
YUV183.33139.11179.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.43%
GREEN value IS 143 (56.25% from 255) = 23.79%
BLUE value IS 203 (79.69% from 255) = 33.78%
R=42.43%
G=23.79%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514320300.440.200327.8610078.04
HexFF8FCB02C140148644e
Octal377217313054240510144116
Binary111111111000111111001011010110010100010100100011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8FCB; }

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

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

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

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

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

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

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

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