Html Css Color HEX #FF8AC1 Tea Rose

📋 copy color: '#FF8AC1'

red 255 ◦ green 138 ◦ blue 193

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

Shades of Tea Rose #FF8AC1

Tints of Tea Rose #FF8AC1

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.55%

 BLUE value IS 193 (75.78% from 255) = 32.94%

R = 43.52%
G = 23.55%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#FF8AC1 (or 0xFF8AC1) is known color: Tea Rose. HEX triplet: FF, 8A and C1. RGB value is (255,138,193). Sum of RGB (Red+Green+Blue) = 255+138+193=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 138 (54.30% from 255 or 23.55% from 586); Blue value is 193 (75.78% from 255 or 32.94% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8AC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8AC1 is #00753E. Grayscale: #B3B3B3. Windows color (decimal): -30015 or 12684031. OLE color: 12684031.

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

Color convert

RGB 255 138 193 -
CMYK 0 0.46 0.24 0
HSL 331.79º 1% 0.77% -
HSV(B) 331.79º 0.46% 1% -
XYZ 59.95 43.29 55.65 -
YUV 179.25 135.76 182.03 -
System Red Green Blue C M Y K H S L
Decimal 255 138 193 0 0.46 0.24 0 331.79 1 0.77
Hex FF 8A C1 0 2E 18 0 14C 64 4D
Octal 377 212 301 0 56 30 0 514 144 115
Binary 11111111 10001010 11000001 0 101110 11000 0 101001100 1100100 1001101

Color Harmonies of #FF8AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8AC1

Black with #FF8AC1

Text Example


Text Example

White with #FF8AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8AC1; }

 p { color: rgb(255,138,193); }

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

background-color css

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

 a { background-color: rgb(255,138,193); }

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

border-color css

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

 span { border-color: rgb(255,138,193); }

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