Html Css Color HEX #F88DC8 Tea Rose

📋 copy color: '#F88DC8'

red 248 ◦ green 141 ◦ blue 200

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

Shades of Tea Rose #F88DC8

Tints of Tea Rose #F88DC8

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.94%

 BLUE value IS 200 (78.52% from 255) = 33.96%

R = 42.11%
G = 23.94%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F88DC8 (or 0xF88DC8) is known color: Tea Rose. HEX triplet: F8, 8D and C8. RGB value is (248,141,200). Sum of RGB (Red+Green+Blue) = 248+141+200=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 141 (55.47% from 255 or 23.94% from 589); Blue value is 200 (78.52% from 255 or 33.96% from 589); Max value from RGB is 248 - color contains mainly: red. Hex color #F88DC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88DC8 is #077237. Grayscale: #B3B3B3. Windows color (decimal): -487992 or 13143544. OLE color: 13143544.

HSL color Cylindrical-coordinate representation of color #F88DC8: hue angle of 326.92º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F88DC8 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 141 200 -
CMYK 0 0.43 0.19 0.03
HSL 326.92º 0.88% 0.76% -
HSV(B) 326.92º 0.43% 0.97% -
XYZ 58.66 43.18 59.89 -
YUV 179.72 139.45 176.7 -
System Red Green Blue C M Y K H S L
Decimal 248 141 200 0 0.43 0.19 0.03 326.92 0.88 0.76
Hex F8 8D C8 0 2B 13 3 147 58 4C
Octal 370 215 310 0 53 23 3 507 130 114
Binary 11111000 10001101 11001000 0 101011 10011 11 101000111 1011000 1001100

Color Harmonies of #F88DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88DC8

Black with #F88DC8

Text Example


Text Example

White with #F88DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88DC8; }

 p { color: rgb(248,141,200); }

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

background-color css

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

 a { background-color: rgb(248,141,200); }

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

border-color css

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

 span { border-color: rgb(248,141,200); }

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