Html Css Color HEX #FF8ACD Tea Rose

📋 copy color: '#FF8ACD'

red 255 ◦ green 138 ◦ blue 205

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

Shades of Tea Rose #FF8ACD

Tints of Tea Rose #FF8ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.28%

R = 42.64%
G = 23.08%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FF8ACD (or 0xFF8ACD) is known color: Tea Rose. HEX triplet: FF, 8A and CD. RGB value is (255,138,205). Sum of RGB (Red+Green+Blue) = 255+138+205=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 138 (54.30% from 255 or 23.08% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8ACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8ACD is #007532. Grayscale: #B4B4B4. Windows color (decimal): -30003 or 13470463. OLE color: 13470463.

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

Color convert

RGB 255 138 205 -
CMYK 0 0.46 0.20 0
HSL 325.64º 1% 0.77% -
HSV(B) 325.64º 0.46% 1% -
XYZ 61.35 43.84 62.99 -
YUV 180.62 141.76 181.05 -
System Red Green Blue C M Y K H S L
Decimal 255 138 205 0 0.46 0.20 0 325.64 1 0.77
Hex FF 8A CD 0 2E 14 0 146 64 4D
Octal 377 212 315 0 56 24 0 506 144 115
Binary 11111111 10001010 11001101 0 101110 10100 0 101000110 1100100 1001101

Color Harmonies of #FF8ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8ACD

Black with #FF8ACD

Text Example


Text Example

White with #FF8ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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