#FE8ACF

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

Shades of Tea Rose #FE8ACF

Tints of Tea Rose #FE8ACF

Color information

#FE8ACF (or 0xFE8ACF) is unknown color: approx Tea Rose. HEX triplet: FE, 8A and CF. RGB value is (254,138,207). Sum of RGB (Red+Green+Blue) = 254+138+207=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 138 (54.30% from 255 or 23.04% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8ACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8ACF is #017530. Grayscale: #B4B4B4. Windows color (decimal): -95537 or 13601534. OLE color: 13601534.

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

Color convert

RGB254138207-
CMYK00.460.190.00
HSL324.31º98.31%76.86%-
HSV(B)324.31º45.67%99.61%-
XYZ61.2243.7564.25-
YUV180.55142.93180.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.40%
GREEN value IS 138 (54.30% from 255) = 23.04%
BLUE value IS 207 (81.25% from 255) = 34.56%
R=42.40%
G=23.04%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413820700.460.190.00324.3198.3176.86
HexFE8ACF02E130144624d
Octal376212317056230504142115
Binary111111101000101011001111010111010011010100010011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8ACF; }

 p { color: rgb(254,138,207); }

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

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

 a { background-color: rgb(254,138,207); }

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

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

 span { border-color: rgb(254,138,207); }

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