Html Css Color HEX #F882CE Tea Rose

📋 copy color: '#F882CE'

red 248 ◦ green 130 ◦ blue 206

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

Shades of Tea Rose #F882CE

Tints of Tea Rose #F882CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.27%

R = 42.47%
G = 22.26%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F882CE (or 0xF882CE) is known color: Tea Rose. HEX triplet: F8, 82 and CE. RGB value is (248,130,206). Sum of RGB (Red+Green+Blue) = 248+130+206=584 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.47% from 584); Green value is 130 (51.17% from 255 or 22.26% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 248 - color contains mainly: red. Hex color #F882CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F882CE is #077D31. Grayscale: #ADADAD. Windows color (decimal): -490802 or 13533944. OLE color: 13533944.

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

Color convert

RGB 248 130 206 -
CMYK 0 0.48 0.17 0.03
HSL 321.36º 0.89% 0.74% -
HSV(B) 321.36º 0.48% 0.97% -
XYZ 57.83 40.38 63.14 -
YUV 173.95 146.09 180.82 -
System Red Green Blue C M Y K H S L
Decimal 248 130 206 0 0.48 0.17 0.03 321.36 0.89 0.74
Hex F8 82 CE 0 30 11 3 141 59 4A
Octal 370 202 316 0 60 21 3 501 131 112
Binary 11111000 10000010 11001110 0 110000 10001 11 101000001 1011001 1001010

Color Harmonies of #F882CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F882CE

Black with #F882CE

Text Example


Text Example

White with #F882CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F882CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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