Html Css Color HEX #F18BCE Tea Rose

📋 copy color: '#F18BCE'

red 241 ◦ green 139 ◦ blue 206

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

Shades of Tea Rose #F18BCE

Tints of Tea Rose #F18BCE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.72%

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

R = 41.13%
G = 23.72%
B = 35.15%

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

#F18BCE (or 0xF18BCE) is known color: Tea Rose. HEX triplet: F1, 8B and CE. RGB value is (241,139,206). Sum of RGB (Red+Green+Blue) = 241+139+206=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 139 (54.69% from 255 or 23.72% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 241 - color contains mainly: red. Hex color #F18BCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18BCE is #0E7431. Grayscale: #B0B0B0. Windows color (decimal): -947250 or 13536241. OLE color: 13536241.

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

Color convert

RGB 241 139 206 -
CMYK 0 0.42 0.15 0.05
HSL 320.59º 0.78% 0.75% -
HSV(B) 320.59º 0.42% 0.95% -
XYZ 56.65 41.62 63.44 -
YUV 177.14 144.29 173.55 -
System Red Green Blue C M Y K H S L
Decimal 241 139 206 0 0.42 0.15 0.05 320.59 0.78 0.75
Hex F1 8B CE 0 2A F 5 141 4E 4B
Octal 361 213 316 0 52 17 5 501 116 113
Binary 11110001 10001011 11001110 0 101010 1111 101 101000001 1001110 1001011

Color Harmonies of #F18BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18BCE

Black with #F18BCE

Text Example


Text Example

White with #F18BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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