Html Css Color HEX #FF8ED1 Tea Rose

📋 copy color: '#FF8ED1'

red 255 ◦ green 142 ◦ blue 209

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

Shades of Tea Rose #FF8ED1

Tints of Tea Rose #FF8ED1

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.43%

 BLUE value IS 209 (82.03% from 255) = 34.49%

R = 42.08%
G = 23.43%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FF8ED1 (or 0xFF8ED1) is known color: Tea Rose. HEX triplet: FF, 8E and D1. RGB value is (255,142,209). Sum of RGB (Red+Green+Blue) = 255+142+209=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 142 (55.86% from 255 or 23.43% from 606); Blue value is 209 (82.03% from 255 or 34.49% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8ED1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8ED1 is #00712E. Grayscale: #B7B7B7. Windows color (decimal): -28975 or 13733631. OLE color: 13733631.

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

Color convert

RGB 255 142 209 -
CMYK 0 0.44 0.18 0
HSL 324.42º 1% 0.78% -
HSV(B) 324.42º 0.44% 1% -
XYZ 62.42 45.21 65.76 -
YUV 183.43 142.44 179.05 -
System Red Green Blue C M Y K H S L
Decimal 255 142 209 0 0.44 0.18 0 324.42 1 0.78
Hex FF 8E D1 0 2C 12 0 144 64 4E
Octal 377 216 321 0 54 22 0 504 144 116
Binary 11111111 10001110 11010001 0 101100 10010 0 101000100 1100100 1001110

Color Harmonies of #FF8ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8ED1

Black with #FF8ED1

Text Example


Text Example

White with #FF8ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8ED1; }

 p { color: rgb(255,142,209); }

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

background-color css

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

 a { background-color: rgb(255,142,209); }

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

border-color css

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

 span { border-color: rgb(255,142,209); }

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