Html Css Color HEX #FF8CC5 Tea Rose

📋 copy color: '#FF8CC5'

red 255 ◦ green 140 ◦ blue 197

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

Shades of Tea Rose #FF8CC5

Tints of Tea Rose #FF8CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 33.28%

R = 43.07%
G = 23.65%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#FF8CC5 (or 0xFF8CC5) is known color: Tea Rose. HEX triplet: FF, 8C and C5. RGB value is (255,140,197). Sum of RGB (Red+Green+Blue) = 255+140+197=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 140 (55.08% from 255 or 23.65% from 592); Blue value is 197 (77.34% from 255 or 33.28% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8CC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8CC5 is #00733A. Grayscale: #B4B4B4. Windows color (decimal): -29499 or 12946687. OLE color: 12946687.

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

Color convert

RGB 255 140 197 -
CMYK 0 0.45 0.23 0
HSL 330.26º 1% 0.77% -
HSV(B) 330.26º 0.45% 1% -
XYZ 60.7 44.05 58.13 -
YUV 180.88 137.1 180.87 -
System Red Green Blue C M Y K H S L
Decimal 255 140 197 0 0.45 0.23 0 330.26 1 0.77
Hex FF 8C C5 0 2D 17 0 14A 64 4D
Octal 377 214 305 0 55 27 0 512 144 115
Binary 11111111 10001100 11000101 0 101101 10111 0 101001010 1100100 1001101

Color Harmonies of #FF8CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8CC5

Black with #FF8CC5

Text Example


Text Example

White with #FF8CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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