Html Css Color HEX #F888C7 Tea Rose

📋 copy color: '#F888C7'

red 248 ◦ green 136 ◦ blue 199

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

Shades of Tea Rose #F888C7

Tints of Tea Rose #F888C7

RGB

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

 GREEN value IS 136 (53.52% from 255) = 23.33%

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

R = 42.54%
G = 23.33%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#F888C7 (or 0xF888C7) is known color: Tea Rose. HEX triplet: F8, 88 and C7. RGB value is (248,136,199). Sum of RGB (Red+Green+Blue) = 248+136+199=583 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.54% from 583); Green value is 136 (53.52% from 255 or 23.33% from 583); Blue value is 199 (78.12% from 255 or 34.13% from 583); Max value from RGB is 248 - color contains mainly: red. Hex color #F888C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F888C7 is #077738. Grayscale: #B0B0B0. Windows color (decimal): -489273 or 13076728. OLE color: 13076728.

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

Color convert

RGB 248 136 199 -
CMYK 0 0.45 0.20 0.03
HSL 326.25º 0.89% 0.75% -
HSV(B) 326.25º 0.45% 0.97% -
XYZ 57.82 41.69 59.03 -
YUV 176.67 140.61 178.88 -
System Red Green Blue C M Y K H S L
Decimal 248 136 199 0 0.45 0.20 0.03 326.25 0.89 0.75
Hex F8 88 C7 0 2D 14 3 146 59 4B
Octal 370 210 307 0 55 24 3 506 131 113
Binary 11111000 10001000 11000111 0 101101 10100 11 101000110 1011001 1001011

Color Harmonies of #F888C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F888C7

Black with #F888C7

Text Example


Text Example

White with #F888C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F888C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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