Html Css Color HEX #FF8DC9 Tea Rose

📋 copy color: '#FF8DC9'

red 255 ◦ green 141 ◦ blue 201

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

Shades of Tea Rose #FF8DC9

Tints of Tea Rose #FF8DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 33.67%

R = 42.71%
G = 23.62%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FF8DC9 (or 0xFF8DC9) is known color: Tea Rose. HEX triplet: FF, 8D and C9. RGB value is (255,141,201). Sum of RGB (Red+Green+Blue) = 255+141+201=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 141 (55.47% from 255 or 23.62% from 597); Blue value is 201 (78.91% from 255 or 33.67% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8DC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8DC9 is #007236. Grayscale: #B5B5B5. Windows color (decimal): -29239 or 13209087. OLE color: 13209087.

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

Color convert

RGB 255 141 201 -
CMYK 0 0.45 0.21 0
HSL 328.42º 1% 0.78% -
HSV(B) 328.42º 0.45% 1% -
XYZ 61.31 44.53 60.62 -
YUV 181.93 138.77 180.12 -
System Red Green Blue C M Y K H S L
Decimal 255 141 201 0 0.45 0.21 0 328.42 1 0.78
Hex FF 8D C9 0 2D 15 0 148 64 4E
Octal 377 215 311 0 55 25 0 510 144 116
Binary 11111111 10001101 11001001 0 101101 10101 0 101001000 1100100 1001110

Color Harmonies of #FF8DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8DC9

Black with #FF8DC9

Text Example


Text Example

White with #FF8DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8DC9; }

 p { color: rgb(255,141,201); }

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

background-color css

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

 a { background-color: rgb(255,141,201); }

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

border-color css

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

 span { border-color: rgb(255,141,201); }

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