Html Css Color HEX #FD7ECF Tea Rose

📋 copy color: '#FD7ECF'

red 253 ◦ green 126 ◦ blue 207

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

Shades of Tea Rose #FD7ECF

Tints of Tea Rose #FD7ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.32%

R = 43.17%
G = 21.5%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FD7ECF (or 0xFD7ECF) is known color: Tea Rose. HEX triplet: FD, 7E and CF. RGB value is (253,126,207). Sum of RGB (Red+Green+Blue) = 253+126+207=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 126 (49.61% from 255 or 21.50% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7ECF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7ECF is #028130. Grayscale: #ADADAD. Windows color (decimal): -164145 or 13598461. OLE color: 13598461.

HSL color Cylindrical-coordinate representation of color #FD7ECF: hue angle of 321.73º 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 #FD7ECF is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 126 207 -
CMYK 0 0.50 0.18 0.01
HSL 321.73º 0.97% 0.74% -
HSV(B) 321.73º 0.5% 0.99% -
XYZ 59.23 40.31 63.69 -
YUV 173.21 147.08 184.91 -
System Red Green Blue C M Y K H S L
Decimal 253 126 207 0 0.50 0.18 0.01 321.73 0.97 0.74
Hex FD 7E CF 0 32 12 1 142 61 4A
Octal 375 176 317 0 62 22 1 502 141 112
Binary 11111101 1111110 11001111 0 110010 10010 1 101000010 1100001 1001010

Color Harmonies of #FD7ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7ECF

Black with #FD7ECF

Text Example


Text Example

White with #FD7ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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