Html Css Color HEX #F18DCE Tea Rose

📋 copy color: '#F18DCE'

red 241 ◦ green 141 ◦ blue 206

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

Shades of Tea Rose #F18DCE

Tints of Tea Rose #F18DCE

RGB

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

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

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

R = 40.99%
G = 23.98%
B = 35.03%

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

#F18DCE (or 0xF18DCE) is known color: Tea Rose. HEX triplet: F1, 8D and CE. RGB value is (241,141,206). Sum of RGB (Red+Green+Blue) = 241+141+206=588 (77% of max value = 765). Red value is 241 (94.53% from 255 or 40.99% from 588); Green value is 141 (55.47% from 255 or 23.98% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 241 - color contains mainly: red. Hex color #F18DCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18DCE is #0E7231. Grayscale: #B2B2B2. Windows color (decimal): -946738 or 13536753. OLE color: 13536753.

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

Color convert

RGB 241 141 206 -
CMYK 0 0.41 0.15 0.05
HSL 321º 0.78% 0.75% -
HSV(B) 321º 0.41% 0.95% -
XYZ 56.94 42.21 63.54 -
YUV 178.31 143.63 172.71 -
System Red Green Blue C M Y K H S L
Decimal 241 141 206 0 0.41 0.15 0.05 321 0.78 0.75
Hex F1 8D CE 0 29 F 5 141 4E 4B
Octal 361 215 316 0 51 17 5 501 116 113
Binary 11110001 10001101 11001110 0 101001 1111 101 101000001 1001110 1001011

Color Harmonies of #F18DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18DCE

Black with #F18DCE

Text Example


Text Example

White with #F18DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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