Html Css Color HEX #FF8CCA Tea Rose

📋 copy color: '#FF8CCA'

red 255 ◦ green 140 ◦ blue 202

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

Shades of Tea Rose #FF8CCA

Tints of Tea Rose #FF8CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 33.84%

R = 42.71%
G = 23.45%
B = 33.84%

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

#FF8CCA (or 0xFF8CCA) is known color: Tea Rose. HEX triplet: FF, 8C and CA. RGB value is (255,140,202). Sum of RGB (Red+Green+Blue) = 255+140+202=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 140 (55.08% from 255 or 23.45% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8CCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8CCA is #007335. Grayscale: #B5B5B5. Windows color (decimal): -29494 or 13274367. OLE color: 13274367.

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

Color convert

RGB 255 140 202 -
CMYK 0 0.45 0.21 0
HSL 327.65º 1% 0.77% -
HSV(B) 327.65º 0.45% 1% -
XYZ 61.28 44.28 61.19 -
YUV 181.45 139.6 180.46 -
System Red Green Blue C M Y K H S L
Decimal 255 140 202 0 0.45 0.21 0 327.65 1 0.77
Hex FF 8C CA 0 2D 15 0 148 64 4D
Octal 377 214 312 0 55 25 0 510 144 115
Binary 11111111 10001100 11001010 0 101101 10101 0 101001000 1100100 1001101

Color Harmonies of #FF8CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8CCA

Black with #FF8CCA

Text Example


Text Example

White with #FF8CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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