Html Css Color HEX #F18DCC Tea Rose

📋 copy color: '#F18DCC'

red 241 ◦ green 141 ◦ blue 204

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

Shades of Tea Rose #F18DCC

Tints of Tea Rose #F18DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.81%

R = 41.13%
G = 24.06%
B = 34.81%

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

#F18DCC (or 0xF18DCC) is known color: Tea Rose. HEX triplet: F1, 8D and CC. RGB value is (241,141,204). Sum of RGB (Red+Green+Blue) = 241+141+204=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 141 (55.47% from 255 or 24.06% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 241 - color contains mainly: red. Hex color #F18DCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18DCC is #0E7233. Grayscale: #B1B1B1. Windows color (decimal): -946740 or 13405681. OLE color: 13405681.

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

Color convert

RGB 241 141 204 -
CMYK 0 0.41 0.15 0.05
HSL 322.2º 0.78% 0.75% -
HSV(B) 322.2º 0.41% 0.95% -
XYZ 56.7 42.11 62.27 -
YUV 178.08 142.63 172.88 -
System Red Green Blue C M Y K H S L
Decimal 241 141 204 0 0.41 0.15 0.05 322.2 0.78 0.75
Hex F1 8D CC 0 29 F 5 142 4E 4B
Octal 361 215 314 0 51 17 5 502 116 113
Binary 11110001 10001101 11001100 0 101001 1111 101 101000010 1001110 1001011

Color Harmonies of #F18DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18DCC

Black with #F18DCC

Text Example


Text Example

White with #F18DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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