Html Css Color HEX #FF8DC7 Tea Rose

📋 copy color: '#FF8DC7'

red 255 ◦ green 141 ◦ blue 199

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

Shades of Tea Rose #FF8DC7

Tints of Tea Rose #FF8DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 33.45%

R = 42.86%
G = 23.7%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FF8DC7 (or 0xFF8DC7) is known color: Tea Rose. HEX triplet: FF, 8D and C7. RGB value is (255,141,199). Sum of RGB (Red+Green+Blue) = 255+141+199=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 141 (55.47% from 255 or 23.70% from 595); Blue value is 199 (78.12% from 255 or 33.45% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8DC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8DC7 is #007238. Grayscale: #B5B5B5. Windows color (decimal): -29241 or 13078015. OLE color: 13078015.

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

Color convert

RGB 255 141 199 -
CMYK 0 0.45 0.22 0
HSL 329.47º 1% 0.78% -
HSV(B) 329.47º 0.45% 1% -
XYZ 61.07 44.43 59.39 -
YUV 181.7 137.77 180.28 -
System Red Green Blue C M Y K H S L
Decimal 255 141 199 0 0.45 0.22 0 329.47 1 0.78
Hex FF 8D C7 0 2D 16 0 149 64 4E
Octal 377 215 307 0 55 26 0 511 144 116
Binary 11111111 10001101 11000111 0 101101 10110 0 101001001 1100100 1001110

Color Harmonies of #FF8DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8DC7

Black with #FF8DC7

Text Example


Text Example

White with #FF8DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8DC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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