Html Css Color HEX #F882CC Tea Rose

📋 copy color: '#F882CC'

red 248 ◦ green 130 ◦ blue 204

#F882CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Rose #F882CC

Tints of Tea Rose #F882CC

RGB

 RED value IS 248 (97.27% from 255) = 42.61%

 GREEN value IS 130 (51.17% from 255) = 22.34%

 BLUE value IS 204 (80.08% from 255) = 35.05%

R = 42.61%
G = 22.34%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F882CC (or 0xF882CC) is known color: Tea Rose. HEX triplet: F8, 82 and CC. RGB value is (248,130,204). Sum of RGB (Red+Green+Blue) = 248+130+204=582 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.61% from 582); Green value is 130 (51.17% from 255 or 22.34% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 248 - color contains mainly: red. Hex color #F882CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F882CC is #077D33. Grayscale: #ADADAD. Windows color (decimal): -490804 or 13402872. OLE color: 13402872.

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

Color convert

RGB 248 130 204 -
CMYK 0 0.48 0.18 0.03
HSL 322.37º 0.89% 0.74% -
HSV(B) 322.37º 0.48% 0.97% -
XYZ 57.59 40.28 61.87 -
YUV 173.72 145.09 180.98 -
System Red Green Blue C M Y K H S L
Decimal 248 130 204 0 0.48 0.18 0.03 322.37 0.89 0.74
Hex F8 82 CC 0 30 12 3 142 59 4A
Octal 370 202 314 0 60 22 3 502 131 112
Binary 11111000 10000010 11001100 0 110000 10010 11 101000010 1011001 1001010

Color Harmonies of #F882CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F882CC

Black with #F882CC

Text Example


Text Example

White with #F882CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F882CC; }

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

 H1.HeaderClassName
 {
   color: #F882CC;
 }
 .AnyTagClassName
 {
   color: #F882CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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