Html Css Color HEX #F88BBE Tea Rose

📋 copy color: '#F88BBE'

red 248 ◦ green 139 ◦ blue 190

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

Shades of Tea Rose #F88BBE

Tints of Tea Rose #F88BBE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.09%

 BLUE value IS 190 (74.61% from 255) = 32.93%

R = 42.98%
G = 24.09%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F88BBE (or 0xF88BBE) is known color: Tea Rose. HEX triplet: F8, 8B and BE. RGB value is (248,139,190). Sum of RGB (Red+Green+Blue) = 248+139+190=577 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.98% from 577); Green value is 139 (54.69% from 255 or 24.09% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 248 - color contains mainly: red. Hex color #F88BBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88BBE is #077441. Grayscale: #B1B1B1. Windows color (decimal): -488514 or 12487672. OLE color: 12487672.

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

Color convert

RGB 248 139 190 -
CMYK 0 0.44 0.23 0.03
HSL 331.93º 0.89% 0.76% -
HSV(B) 331.93º 0.44% 0.97% -
XYZ 57.24 42.14 53.83 -
YUV 177.41 135.11 178.35 -
System Red Green Blue C M Y K H S L
Decimal 248 139 190 0 0.44 0.23 0.03 331.93 0.89 0.76
Hex F8 8B BE 0 2C 17 3 14C 59 4C
Octal 370 213 276 0 54 27 3 514 131 114
Binary 11111000 10001011 10111110 0 101100 10111 11 101001100 1011001 1001100

Color Harmonies of #F88BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88BBE

Black with #F88BBE

Text Example


Text Example

White with #F88BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88BBE; }

 p { color: rgb(248,139,190); }

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

background-color css

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

 a { background-color: rgb(248,139,190); }

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

border-color css

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

 span { border-color: rgb(248,139,190); }

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