#F884CD

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

Shades of Tea Rose #F884CD

Tints of Tea Rose #F884CD

Color information

#F884CD (or 0xF884CD) is unknown color: approx Tea Rose. HEX triplet: F8, 84 and CD. RGB value is (248,132,205). Sum of RGB (Red+Green+Blue) = 248+132+205=585 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.39% from 585); Green value is 132 (51.95% from 255 or 22.56% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 248 - color contains mainly: red. Hex color #F884CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F884CD is #077B32. Grayscale: #AEAEAE. Windows color (decimal): -490291 or 13468920. OLE color: 13468920.

HSL color Cylindrical-coordinate representation of color #F884CD: hue angle of 322.24º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F884CD is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB248132205-
CMYK00.470.170.03
HSL322.24º89.23%74.51%-
HSV(B)322.24º46.77%97.25%-
XYZ57.9840.8762.59-
YUV175.01144.93180.06-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.39%
GREEN value IS 132 (51.95% from 255) = 22.56%
BLUE value IS 205 (80.47% from 255) = 35.04%
R=42.39%
G=22.56%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813220500.470.170.03322.2489.2374.51
HexF884CD02F113142594b
Octal370204315057213502131113
Binary1111100010000100110011010101111100011110100001010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F884CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F884CD; }

 p { color: rgb(248,132,205); }

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

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

 a { background-color: rgb(248,132,205); }

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

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

 span { border-color: rgb(248,132,205); }

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