#F882C8

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

Shades of Tea Rose #F882C8

Tints of Tea Rose #F882C8

Color information

#F882C8 (or 0xF882C8) is unknown color: approx Tea Rose. HEX triplet: F8, 82 and C8. RGB value is (248,130,200). Sum of RGB (Red+Green+Blue) = 248+130+200=578 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.91% from 578); Green value is 130 (51.17% from 255 or 22.49% from 578); Blue value is 200 (78.52% from 255 or 34.60% from 578); Max value from RGB is 248 - color contains mainly: red. Hex color #F882C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F882C8 is #077D37. Grayscale: #ADADAD. Windows color (decimal): -490808 or 13140728. OLE color: 13140728.

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

Color convert

RGB248130200-
CMYK00.480.190.03
HSL324.41º89.39%74.12%-
HSV(B)324.41º47.58%97.25%-
XYZ57.1240.0959.37-
YUV173.26143.09181.31-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.91%
GREEN value IS 130 (51.17% from 255) = 22.49%
BLUE value IS 200 (78.52% from 255) = 34.60%
R=42.91%
G=22.49%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813020000.480.190.03324.4189.3974.12
HexF882C8030133144594a
Octal370202310060233504131112
Binary1111100010000010110010000110000100111110100010010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F882C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F882C8; }

 p { color: rgb(248,130,200); }

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

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

 a { background-color: rgb(248,130,200); }

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

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

 span { border-color: rgb(248,130,200); }

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