Html Css Color HEX #F08BBC Tea Rose

📋 copy color: '#F08BBC'

red 240 ◦ green 139 ◦ blue 188

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

Shades of Tea Rose #F08BBC

Tints of Tea Rose #F08BBC

RGB

 RED value IS 240 (94.14% from 255) = 42.33%

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

 BLUE value IS 188 (73.83% from 255) = 33.16%

R = 42.33%
G = 24.51%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F08BBC (or 0xF08BBC) is known color: Tea Rose. HEX triplet: F0, 8B and BC. RGB value is (240,139,188). Sum of RGB (Red+Green+Blue) = 240+139+188=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 139 (54.69% from 255 or 24.51% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F08BBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08BBC is #0F7443. Grayscale: #AEAEAE. Windows color (decimal): -1012804 or 12356592. OLE color: 12356592.

HSL color Cylindrical-coordinate representation of color #F08BBC: hue angle of 330.89º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F08BBC is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 139 188 -
CMYK 0 0.42 0.22 0.06
HSL 330.89º 0.77% 0.74% -
HSV(B) 330.89º 0.42% 0.94% -
XYZ 54.24 40.62 52.56 -
YUV 174.79 135.46 174.52 -
System Red Green Blue C M Y K H S L
Decimal 240 139 188 0 0.42 0.22 0.06 330.89 0.77 0.74
Hex F0 8B BC 0 2A 16 6 14B 4D 4A
Octal 360 213 274 0 52 26 6 513 115 112
Binary 11110000 10001011 10111100 0 101010 10110 110 101001011 1001101 1001010

Color Harmonies of #F08BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08BBC

Black with #F08BBC

Text Example


Text Example

White with #F08BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08BBC; }

 p { color: rgb(240,139,188); }

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

background-color css

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

 a { background-color: rgb(240,139,188); }

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

border-color css

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

 span { border-color: rgb(240,139,188); }

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