Html Css Color HEX #FF8CB9 Tea Rose

📋 copy color: '#FF8CB9'

red 255 ◦ green 140 ◦ blue 185

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

Shades of Tea Rose #FF8CB9

Tints of Tea Rose #FF8CB9

RGB

 RED value IS 255 (100% from 255) = 43.97%

 GREEN value IS 140 (55.08% from 255) = 24.14%

 BLUE value IS 185 (72.66% from 255) = 31.9%

R = 43.97%
G = 24.14%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FF8CB9 (or 0xFF8CB9) is known color: Tea Rose. HEX triplet: FF, 8C and B9. RGB value is (255,140,185). Sum of RGB (Red+Green+Blue) = 255+140+185=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 140 (55.08% from 255 or 24.14% from 580); Blue value is 185 (72.66% from 255 or 31.90% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8CB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8CB9 is #007346. Grayscale: #B3B3B3. Windows color (decimal): -29511 or 12160255. OLE color: 12160255.

HSL color Cylindrical-coordinate representation of color #FF8CB9: hue angle of 336.52º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF8CB9 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 255 140 185 -
CMYK 0 0.45 0.27 0
HSL 336.52º 1% 0.77% -
HSV(B) 336.52º 0.45% 1% -
XYZ 59.38 43.52 51.17 -
YUV 179.52 131.1 181.84 -
System Red Green Blue C M Y K H S L
Decimal 255 140 185 0 0.45 0.27 0 336.52 1 0.77
Hex FF 8C B9 0 2D 1B 0 151 64 4D
Octal 377 214 271 0 55 33 0 521 144 115
Binary 11111111 10001100 10111001 0 101101 11011 0 101010001 1100100 1001101

Color Harmonies of #FF8CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8CB9

Black with #FF8CB9

Text Example


Text Example

White with #FF8CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8CB9; }

 p { color: rgb(255,140,185); }

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

background-color css

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

 a { background-color: rgb(255,140,185); }

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

border-color css

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

 span { border-color: rgb(255,140,185); }

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