Html Css Color HEX #F38ACE Tea Rose

📋 copy color: '#F38ACE'

red 243 ◦ green 138 ◦ blue 206

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

Shades of Tea Rose #F38ACE

Tints of Tea Rose #F38ACE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.51%

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

R = 41.4%
G = 23.51%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F38ACE (or 0xF38ACE) is known color: Tea Rose. HEX triplet: F3, 8A and CE. RGB value is (243,138,206). Sum of RGB (Red+Green+Blue) = 243+138+206=587 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.40% from 587); Green value is 138 (54.30% from 255 or 23.51% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 243 - color contains mainly: red. Hex color #F38ACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38ACE is #0C7531. Grayscale: #B0B0B0. Windows color (decimal): -816434 or 13535987. OLE color: 13535987.

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

Color convert

RGB 243 138 206 -
CMYK 0 0.43 0.15 0.05
HSL 321.14º 0.81% 0.75% -
HSV(B) 321.14º 0.43% 0.95% -
XYZ 57.19 41.69 63.42 -
YUV 177.15 144.29 174.97 -
System Red Green Blue C M Y K H S L
Decimal 243 138 206 0 0.43 0.15 0.05 321.14 0.81 0.75
Hex F3 8A CE 0 2B F 5 141 51 4B
Octal 363 212 316 0 53 17 5 501 121 113
Binary 11110011 10001010 11001110 0 101011 1111 101 101000001 1010001 1001011

Color Harmonies of #F38ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38ACE

Black with #F38ACE

Text Example


Text Example

White with #F38ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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