#F882CB

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

Shades of Tea Rose #F882CB

Tints of Tea Rose #F882CB

Color information

#F882CB (or 0xF882CB) is unknown color: approx Tea Rose. HEX triplet: F8, 82 and CB. RGB value is (248,130,203). Sum of RGB (Red+Green+Blue) = 248+130+203=581 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.69% from 581); Green value is 130 (51.17% from 255 or 22.38% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 248 - color contains mainly: red. Hex color #F882CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F882CB is #077D34. Grayscale: #ADADAD. Windows color (decimal): -490805 or 13337336. OLE color: 13337336.

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

Color convert

RGB248130203-
CMYK00.480.180.03
HSL322.88º89.39%74.12%-
HSV(B)322.88º47.58%97.25%-
XYZ57.4740.2361.24-
YUV173.6144.59181.06-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.69%
GREEN value IS 130 (51.17% from 255) = 22.38%
BLUE value IS 203 (79.69% from 255) = 34.94%
R=42.69%
G=22.38%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813020300.480.180.03322.8889.3974.12
HexF882CB030123143594a
Octal370202313060223503131112
Binary1111100010000010110010110110000100101110100001110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F882CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F882CB; }

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

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

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

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

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

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

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

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