Html Css Color HEX #F38DCD Tea Rose

📋 copy color: '#F38DCD'

red 243 ◦ green 141 ◦ blue 205

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

Shades of Tea Rose #F38DCD

Tints of Tea Rose #F38DCD

RGB

 RED value IS 243 (95.31% from 255) = 41.26%

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

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

R = 41.26%
G = 23.94%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F38DCD (or 0xF38DCD) is known color: Tea Rose. HEX triplet: F3, 8D and CD. RGB value is (243,141,205). Sum of RGB (Red+Green+Blue) = 243+141+205=589 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.26% from 589); Green value is 141 (55.47% from 255 or 23.94% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 243 - color contains mainly: red. Hex color #F38DCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38DCD is #0C7232. Grayscale: #B2B2B2. Windows color (decimal): -815667 or 13471219. OLE color: 13471219.

HSL color Cylindrical-coordinate representation of color #F38DCD: hue angle of 322.35º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F38DCD is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 141 205 -
CMYK 0 0.42 0.16 0.05
HSL 322.35º 0.81% 0.75% -
HSV(B) 322.35º 0.42% 0.95% -
XYZ 57.51 42.51 62.93 -
YUV 178.79 142.79 173.8 -
System Red Green Blue C M Y K H S L
Decimal 243 141 205 0 0.42 0.16 0.05 322.35 0.81 0.75
Hex F3 8D CD 0 2A 10 5 142 51 4B
Octal 363 215 315 0 52 20 5 502 121 113
Binary 11110011 10001101 11001101 0 101010 10000 101 101000010 1010001 1001011

Color Harmonies of #F38DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38DCD

Black with #F38DCD

Text Example


Text Example

White with #F38DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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