Html Css Color HEX #F888CF Tea Rose

📋 copy color: '#F888CF'

red 248 ◦ green 136 ◦ blue 207

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

Shades of Tea Rose #F888CF

Tints of Tea Rose #F888CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.03%

R = 41.96%
G = 23.01%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F888CF (or 0xF888CF) is known color: Tea Rose. HEX triplet: F8, 88 and CF. RGB value is (248,136,207). Sum of RGB (Red+Green+Blue) = 248+136+207=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 136 (53.52% from 255 or 23.01% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 248 - color contains mainly: red. Hex color #F888CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F888CF is #077730. Grayscale: #B1B1B1. Windows color (decimal): -489265 or 13601016. OLE color: 13601016.

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

Color convert

RGB 248 136 207 -
CMYK 0 0.45 0.17 0.03
HSL 321.96º 0.89% 0.75% -
HSV(B) 321.96º 0.45% 0.97% -
XYZ 58.78 42.07 64.05 -
YUV 177.58 144.61 178.23 -
System Red Green Blue C M Y K H S L
Decimal 248 136 207 0 0.45 0.17 0.03 321.96 0.89 0.75
Hex F8 88 CF 0 2D 11 3 142 59 4B
Octal 370 210 317 0 55 21 3 502 131 113
Binary 11111000 10001000 11001111 0 101101 10001 11 101000010 1011001 1001011

Color Harmonies of #F888CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F888CF

Black with #F888CF

Text Example


Text Example

White with #F888CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F888CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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