Html Css Color HEX #FD7EC8 Tea Rose

📋 copy color: '#FD7EC8'

red 253 ◦ green 126 ◦ blue 200

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

Shades of Tea Rose #FD7EC8

Tints of Tea Rose #FD7EC8

RGB

 RED value IS 253 (99.22% from 255) = 43.7%

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

 BLUE value IS 200 (78.52% from 255) = 34.54%

R = 43.7%
G = 21.76%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FD7EC8 (or 0xFD7EC8) is known color: Tea Rose. HEX triplet: FD, 7E and C8. RGB value is (253,126,200). Sum of RGB (Red+Green+Blue) = 253+126+200=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 126 (49.61% from 255 or 21.76% from 579); Blue value is 200 (78.52% from 255 or 34.54% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7EC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7EC8 is #028137. Grayscale: #ACACAC. Windows color (decimal): -164152 or 13139709. OLE color: 13139709.

HSL color Cylindrical-coordinate representation of color #FD7EC8: hue angle of 325.04º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FD7EC8 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 126 200 -
CMYK 0 0.50 0.21 0.01
HSL 325.04º 0.97% 0.74% -
HSV(B) 325.04º 0.5% 0.99% -
XYZ 58.39 39.97 59.28 -
YUV 172.41 143.58 185.48 -
System Red Green Blue C M Y K H S L
Decimal 253 126 200 0 0.50 0.21 0.01 325.04 0.97 0.74
Hex FD 7E C8 0 32 15 1 145 61 4A
Octal 375 176 310 0 62 25 1 505 141 112
Binary 11111101 1111110 11001000 0 110010 10101 1 101000101 1100001 1001010

Color Harmonies of #FD7EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7EC8

Black with #FD7EC8

Text Example


Text Example

White with #FD7EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7EC8; }

 p { color: rgb(253,126,200); }

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

background-color css

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

 a { background-color: rgb(253,126,200); }

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

border-color css

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

 span { border-color: rgb(253,126,200); }

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