Html Css Color HEX #FF8DC2 Tea Rose

📋 copy color: '#FF8DC2'

red 255 ◦ green 141 ◦ blue 194

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

Shades of Tea Rose #FF8DC2

Tints of Tea Rose #FF8DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.88%

R = 43.22%
G = 23.9%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#FF8DC2 (or 0xFF8DC2) is known color: Tea Rose. HEX triplet: FF, 8D and C2. RGB value is (255,141,194). Sum of RGB (Red+Green+Blue) = 255+141+194=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 141 (55.47% from 255 or 23.90% from 590); Blue value is 194 (76.17% from 255 or 32.88% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8DC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8DC2 is #00723D. Grayscale: #B5B5B5. Windows color (decimal): -29246 or 12750335. OLE color: 12750335.

HSL color Cylindrical-coordinate representation of color #FF8DC2: hue angle of 332.11º 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 #FF8DC2 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB 255 141 194 -
CMYK 0 0.45 0.24 0
HSL 332.11º 1% 0.78% -
HSV(B) 332.11º 0.45% 1% -
XYZ 60.5 44.2 56.38 -
YUV 181.13 135.27 180.69 -
System Red Green Blue C M Y K H S L
Decimal 255 141 194 0 0.45 0.24 0 332.11 1 0.78
Hex FF 8D C2 0 2D 18 0 14C 64 4E
Octal 377 215 302 0 55 30 0 514 144 116
Binary 11111111 10001101 11000010 0 101101 11000 0 101001100 1100100 1001110

Color Harmonies of #FF8DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8DC2

Black with #FF8DC2

Text Example


Text Example

White with #FF8DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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