Html Css Color HEX #F08DCD Tea Rose

📋 copy color: '#F08DCD'

red 240 ◦ green 141 ◦ blue 205

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

Shades of Tea Rose #F08DCD

Tints of Tea Rose #F08DCD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.06%

 BLUE value IS 205 (80.47% from 255) = 34.98%

R = 40.96%
G = 24.06%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F08DCD (or 0xF08DCD) is known color: Tea Rose. HEX triplet: F0, 8D and CD. RGB value is (240,141,205). Sum of RGB (Red+Green+Blue) = 240+141+205=586 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.96% from 586); Green value is 141 (55.47% from 255 or 24.06% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 240 - color contains mainly: red. Hex color #F08DCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08DCD is #0F7232. Grayscale: #B1B1B1. Windows color (decimal): -1012275 or 13471216. OLE color: 13471216.

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

Color convert

RGB 240 141 205 -
CMYK 0 0.41 0.15 0.06
HSL 321.21º 0.77% 0.75% -
HSV(B) 321.21º 0.41% 0.94% -
XYZ 56.48 41.98 62.88 -
YUV 177.9 143.3 172.3 -
System Red Green Blue C M Y K H S L
Decimal 240 141 205 0 0.41 0.15 0.06 321.21 0.77 0.75
Hex F0 8D CD 0 29 F 6 141 4D 4B
Octal 360 215 315 0 51 17 6 501 115 113
Binary 11110000 10001101 11001101 0 101001 1111 110 101000001 1001101 1001011

Color Harmonies of #F08DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08DCD

Black with #F08DCD

Text Example


Text Example

White with #F08DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08DCD; }

 p { color: rgb(240,141,205); }

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

background-color css

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

 a { background-color: rgb(240,141,205); }

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

border-color css

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

 span { border-color: rgb(240,141,205); }

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