Html Css Color HEX #FD7DCD Tea Rose

📋 copy color: '#FD7DCD'

red 253 ◦ green 125 ◦ blue 205

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

Shades of Tea Rose #FD7DCD

Tints of Tea Rose #FD7DCD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.44%

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

R = 43.4%
G = 21.44%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FD7DCD (or 0xFD7DCD) is known color: Tea Rose. HEX triplet: FD, 7D and CD. RGB value is (253,125,205). Sum of RGB (Red+Green+Blue) = 253+125+205=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 125 (49.22% from 255 or 21.44% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7DCD is #028232. Grayscale: #ACACAC. Windows color (decimal): -164403 or 13467133. OLE color: 13467133.

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

Color convert

RGB 253 125 205 -
CMYK 0 0.51 0.19 0.01
HSL 322.5º 0.97% 0.74% -
HSV(B) 322.5º 0.51% 0.99% -
XYZ 58.86 39.96 62.37 -
YUV 172.39 146.41 185.5 -
System Red Green Blue C M Y K H S L
Decimal 253 125 205 0 0.51 0.19 0.01 322.5 0.97 0.74
Hex FD 7D CD 0 33 13 1 142 61 4A
Octal 375 175 315 0 63 23 1 502 141 112
Binary 11111101 1111101 11001101 0 110011 10011 1 101000010 1100001 1001010

Color Harmonies of #FD7DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7DCD

Black with #FD7DCD

Text Example


Text Example

White with #FD7DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7DCD; }

 p { color: rgb(253,125,205); }

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

background-color css

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

 a { background-color: rgb(253,125,205); }

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

border-color css

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

 span { border-color: rgb(253,125,205); }

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