Html Css Color HEX #FF7ED0 Tea Rose

📋 copy color: '#FF7ED0'

red 255 ◦ green 126 ◦ blue 208

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

Shades of Tea Rose #FF7ED0

Tints of Tea Rose #FF7ED0

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.39%

 BLUE value IS 208 (81.64% from 255) = 35.31%

R = 43.29%
G = 21.39%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FF7ED0 (or 0xFF7ED0) is known color: Tea Rose. HEX triplet: FF, 7E and D0. RGB value is (255,126,208). Sum of RGB (Red+Green+Blue) = 255+126+208=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 126 (49.61% from 255 or 21.39% from 589); Blue value is 208 (81.64% from 255 or 35.31% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7ED0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7ED0 is #00812F. Grayscale: #ADADAD. Windows color (decimal): -33072 or 13663999. OLE color: 13663999.

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

Color convert

RGB 255 126 208 -
CMYK 0 0.51 0.18 0
HSL 321.86º 1% 0.75% -
HSV(B) 321.86º 0.51% 1% -
XYZ 60.09 40.74 64.37 -
YUV 173.92 147.24 185.83 -
System Red Green Blue C M Y K H S L
Decimal 255 126 208 0 0.51 0.18 0 321.86 1 0.75
Hex FF 7E D0 0 33 12 0 142 64 4B
Octal 377 176 320 0 63 22 0 502 144 113
Binary 11111111 1111110 11010000 0 110011 10010 0 101000010 1100100 1001011

Color Harmonies of #FF7ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7ED0

Black with #FF7ED0

Text Example


Text Example

White with #FF7ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7ED0; }

 p { color: rgb(255,126,208); }

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

background-color css

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

 a { background-color: rgb(255,126,208); }

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

border-color css

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

 span { border-color: rgb(255,126,208); }

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