Html Css Color HEX #F08BBA Tea Rose

📋 copy color: '#F08BBA'

red 240 ◦ green 139 ◦ blue 186

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

Shades of Tea Rose #F08BBA

Tints of Tea Rose #F08BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.92%

R = 42.48%
G = 24.6%
B = 32.92%

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

#F08BBA (or 0xF08BBA) is known color: Tea Rose. HEX triplet: F0, 8B and BA. RGB value is (240,139,186). Sum of RGB (Red+Green+Blue) = 240+139+186=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 139 (54.69% from 255 or 24.60% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F08BBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08BBA is #0F7445. Grayscale: #AEAEAE. Windows color (decimal): -1012806 or 12225520. OLE color: 12225520.

HSL color Cylindrical-coordinate representation of color #F08BBA: hue angle of 332.08º 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 #F08BBA is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 139 186 -
CMYK 0 0.42 0.22 0.06
HSL 332.08º 0.77% 0.74% -
HSV(B) 332.08º 0.42% 0.94% -
XYZ 54.03 40.54 51.43 -
YUV 174.56 134.46 174.68 -
System Red Green Blue C M Y K H S L
Decimal 240 139 186 0 0.42 0.22 0.06 332.08 0.77 0.74
Hex F0 8B BA 0 2A 16 6 14C 4D 4A
Octal 360 213 272 0 52 26 6 514 115 112
Binary 11110000 10001011 10111010 0 101010 10110 110 101001100 1001101 1001010

Color Harmonies of #F08BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08BBA

Black with #F08BBA

Text Example


Text Example

White with #F08BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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