Html Css Color HEX #F887C7 Tea Rose

📋 copy color: '#F887C7'

red 248 ◦ green 135 ◦ blue 199

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

Shades of Tea Rose #F887C7

Tints of Tea Rose #F887C7

RGB

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

 GREEN value IS 135 (53.13% from 255) = 23.2%

 BLUE value IS 199 (78.13% from 255) = 34.19%

R = 42.61%
G = 23.2%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#F887C7 (or 0xF887C7) is known color: Tea Rose. HEX triplet: F8, 87 and C7. RGB value is (248,135,199). Sum of RGB (Red+Green+Blue) = 248+135+199=582 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.61% from 582); Green value is 135 (53.12% from 255 or 23.20% from 582); Blue value is 199 (78.12% from 255 or 34.19% from 582); Max value from RGB is 248 - color contains mainly: red. Hex color #F887C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F887C7 is #077838. Grayscale: #AFAFAF. Windows color (decimal): -489529 or 13076472. OLE color: 13076472.

HSL color Cylindrical-coordinate representation of color #F887C7: hue angle of 326.02º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F887C7 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 135 199 -
CMYK 0 0.46 0.20 0.03
HSL 326.02º 0.89% 0.75% -
HSV(B) 326.02º 0.46% 0.97% -
XYZ 57.68 41.41 58.99 -
YUV 176.08 140.94 179.3 -
System Red Green Blue C M Y K H S L
Decimal 248 135 199 0 0.46 0.20 0.03 326.02 0.89 0.75
Hex F8 87 C7 0 2E 14 3 146 59 4B
Octal 370 207 307 0 56 24 3 506 131 113
Binary 11111000 10000111 11000111 0 101110 10100 11 101000110 1011001 1001011

Color Harmonies of #F887C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F887C7

Black with #F887C7

Text Example


Text Example

White with #F887C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F887C7; }

 p { color: rgb(248,135,199); }

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

background-color css

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

 a { background-color: rgb(248,135,199); }

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

border-color css

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

 span { border-color: rgb(248,135,199); }

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