#F882D2

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

Shades of Tea Rose #F882D2

Tints of Tea Rose #F882D2

Color information

#F882D2 (or 0xF882D2) is unknown color: approx Tea Rose. HEX triplet: F8, 82 and D2. RGB value is (248,130,210). Sum of RGB (Red+Green+Blue) = 248+130+210=588 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.18% from 588); Green value is 130 (51.17% from 255 or 22.11% from 588); Blue value is 210 (82.42% from 255 or 35.71% from 588); Max value from RGB is 248 - color contains mainly: red. Hex color #F882D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F882D2 is #077D2D. Grayscale: #AEAEAE. Windows color (decimal): -490798 or 13796088. OLE color: 13796088.

HSL color Cylindrical-coordinate representation of color #F882D2: hue angle of 319.32º 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 #F882D2 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB248130210-
CMYK00.480.150.03
HSL319.32º89.39%74.12%-
HSV(B)319.32º47.58%97.25%-
XYZ58.3340.5765.73-
YUV174.4148.09180.5-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.18%
GREEN value IS 130 (51.17% from 255) = 22.11%
BLUE value IS 210 (82.42% from 255) = 35.71%
R=42.18%
G=22.11%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813021000.480.150.03319.3289.3974.12
HexF882D2030F313f594a
Octal370202322060173477131112
Binary111110001000001011010010011000011111110011111110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F882D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F882D2; }

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

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

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

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

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

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

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

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