Html Css Color HEX #F882CB Tea Rose

📋 copy color: '#F882CB'

red 248 ◦ green 130 ◦ blue 203

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

Shades of Tea Rose #F882CB

Tints of Tea Rose #F882CB

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 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

#F882CB (or 0xF882CB) is known color: 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

RGB 248 130 203 -
CMYK 0 0.48 0.18 0.03
HSL 322.88º 0.89% 0.74% -
HSV(B) 322.88º 0.48% 0.97% -
XYZ 57.47 40.23 61.24 -
YUV 173.6 144.59 181.06 -
System Red Green Blue C M Y K H S L
Decimal 248 130 203 0 0.48 0.18 0.03 322.88 0.89 0.74
Hex F8 82 CB 0 30 12 3 143 59 4A
Octal 370 202 313 0 60 22 3 503 131 112
Binary 11111000 10000010 11001011 0 110000 10010 11 101000011 1011001 1001010

Color Harmonies of #F882CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F882CB

Black with #F882CB

Text Example


Text Example

White with #F882CB

Text Example


Text Example

HTML Codes & Css Web 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>