#FE8FCB

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

Shades of Tea Rose #FE8FCB

Tints of Tea Rose #FE8FCB

Color information

#FE8FCB (or 0xFE8FCB) is unknown color: approx Tea Rose. HEX triplet: FE, 8F and CB. RGB value is (254,143,203). Sum of RGB (Red+Green+Blue) = 254+143+203=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 143 (56.25% from 255 or 23.83% from 600); Blue value is 203 (79.69% from 255 or 33.83% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8FCB is #017034. Grayscale: #B6B6B6. Windows color (decimal): -94261 or 13340670. OLE color: 13340670.

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

Color convert

RGB254143203-
CMYK00.440.200.00
HSL327.57º98.23%77.84%-
HSV(B)327.57º43.7%99.61%-
XYZ61.4845.0361.95-
YUV183.03139.27178.62-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.33%
GREEN value IS 143 (56.25% from 255) = 23.83%
BLUE value IS 203 (79.69% from 255) = 33.83%
R=42.33%
G=23.83%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414320300.440.200.00327.5798.2377.84
HexFE8FCB02C140148624e
Octal376217313054240510142116
Binary111111101000111111001011010110010100010100100011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8FCB; }

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

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

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

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

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

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

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

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