Html Css Color HEX #F18ECE Tea Rose

📋 copy color: '#F18ECE'

red 241 ◦ green 142 ◦ blue 206

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

Shades of Tea Rose #F18ECE

Tints of Tea Rose #F18ECE

RGB

 RED value IS 241 (94.53% from 255) = 40.92%

 GREEN value IS 142 (55.86% from 255) = 24.11%

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

R = 40.92%
G = 24.11%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F18ECE (or 0xF18ECE) is known color: Tea Rose. HEX triplet: F1, 8E and CE. RGB value is (241,142,206). Sum of RGB (Red+Green+Blue) = 241+142+206=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 142 (55.86% from 255 or 24.11% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F18ECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18ECE is #0E7131. Grayscale: #B2B2B2. Windows color (decimal): -946482 or 13537009. OLE color: 13537009.

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

Color convert

RGB 241 142 206 -
CMYK 0 0.41 0.15 0.05
HSL 321.21º 0.78% 0.75% -
HSV(B) 321.21º 0.41% 0.95% -
XYZ 57.09 42.5 63.59 -
YUV 178.9 143.3 172.3 -
System Red Green Blue C M Y K H S L
Decimal 241 142 206 0 0.41 0.15 0.05 321.21 0.78 0.75
Hex F1 8E CE 0 29 F 5 141 4E 4B
Octal 361 216 316 0 51 17 5 501 116 113
Binary 11110001 10001110 11001110 0 101001 1111 101 101000001 1001110 1001011

Color Harmonies of #F18ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18ECE

Black with #F18ECE

Text Example


Text Example

White with #F18ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18ECE; }

 p { color: rgb(241,142,206); }

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

background-color css

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

 a { background-color: rgb(241,142,206); }

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

border-color css

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

 span { border-color: rgb(241,142,206); }

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