Html Css Color HEX #F08BCE Tea Rose

📋 copy color: '#F08BCE'

red 240 ◦ green 139 ◦ blue 206

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

Shades of Tea Rose #F08BCE

Tints of Tea Rose #F08BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.21%

R = 41.03%
G = 23.76%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F08BCE (or 0xF08BCE) is known color: Tea Rose. HEX triplet: F0, 8B and CE. RGB value is (240,139,206). Sum of RGB (Red+Green+Blue) = 240+139+206=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 139 (54.69% from 255 or 23.76% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 240 - color contains mainly: red. Hex color #F08BCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08BCE is #0F7431. Grayscale: #B0B0B0. Windows color (decimal): -1012786 or 13536240. OLE color: 13536240.

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

Color convert

RGB 240 139 206 -
CMYK 0 0.42 0.14 0.06
HSL 320.2º 0.77% 0.74% -
HSV(B) 320.2º 0.42% 0.94% -
XYZ 56.31 41.45 63.42 -
YUV 176.84 144.46 173.05 -
System Red Green Blue C M Y K H S L
Decimal 240 139 206 0 0.42 0.14 0.06 320.2 0.77 0.74
Hex F0 8B CE 0 2A E 6 140 4D 4A
Octal 360 213 316 0 52 16 6 500 115 112
Binary 11110000 10001011 11001110 0 101010 1110 110 101000000 1001101 1001010

Color Harmonies of #F08BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08BCE

Black with #F08BCE

Text Example


Text Example

White with #F08BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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