Html Css Color HEX #F38DCE Tea Rose

📋 copy color: '#F38DCE'

red 243 ◦ green 141 ◦ blue 206

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

Shades of Tea Rose #F38DCE

Tints of Tea Rose #F38DCE

RGB

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

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

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

R = 41.19%
G = 23.9%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F38DCE (or 0xF38DCE) is known color: Tea Rose. HEX triplet: F3, 8D and CE. RGB value is (243,141,206). Sum of RGB (Red+Green+Blue) = 243+141+206=590 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.19% from 590); Green value is 141 (55.47% from 255 or 23.90% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 243 - color contains mainly: red. Hex color #F38DCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38DCE is #0C7231. Grayscale: #B2B2B2. Windows color (decimal): -815666 or 13536755. OLE color: 13536755.

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

Color convert

RGB 243 141 206 -
CMYK 0 0.42 0.15 0.05
HSL 321.76º 0.81% 0.75% -
HSV(B) 321.76º 0.42% 0.95% -
XYZ 57.63 42.56 63.57 -
YUV 178.91 143.29 173.71 -
System Red Green Blue C M Y K H S L
Decimal 243 141 206 0 0.42 0.15 0.05 321.76 0.81 0.75
Hex F3 8D CE 0 2A F 5 142 51 4B
Octal 363 215 316 0 52 17 5 502 121 113
Binary 11110011 10001101 11001110 0 101010 1111 101 101000010 1010001 1001011

Color Harmonies of #F38DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38DCE

Black with #F38DCE

Text Example


Text Example

White with #F38DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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