Html Css Color HEX #FD7FC2 Tea Rose

📋 copy color: '#FD7FC2'

red 253 ◦ green 127 ◦ blue 194

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

Shades of Tea Rose #FD7FC2

Tints of Tea Rose #FD7FC2

RGB

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

 GREEN value IS 127 (50% from 255) = 22.13%

 BLUE value IS 194 (76.17% from 255) = 33.8%

R = 44.08%
G = 22.13%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FD7FC2 (or 0xFD7FC2) is known color: Tea Rose. HEX triplet: FD, 7F and C2. RGB value is (253,127,194). Sum of RGB (Red+Green+Blue) = 253+127+194=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 127 (50% from 255 or 22.13% from 574); Blue value is 194 (76.17% from 255 or 33.80% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7FC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7FC2 is #02803D. Grayscale: #ACACAC. Windows color (decimal): -163902 or 12746749. OLE color: 12746749.

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

Color convert

RGB 253 127 194 -
CMYK 0 0.50 0.23 0.01
HSL 328.1º 0.97% 0.75% -
HSV(B) 328.1º 0.5% 0.99% -
XYZ 57.84 39.96 55.7 -
YUV 172.31 140.24 185.55 -
System Red Green Blue C M Y K H S L
Decimal 253 127 194 0 0.50 0.23 0.01 328.1 0.97 0.75
Hex FD 7F C2 0 32 17 1 148 61 4B
Octal 375 177 302 0 62 27 1 510 141 113
Binary 11111101 1111111 11000010 0 110010 10111 1 101001000 1100001 1001011

Color Harmonies of #FD7FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7FC2

Black with #FD7FC2

Text Example


Text Example

White with #FD7FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7FC2; }

 p { color: rgb(253,127,194); }

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

background-color css

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

 a { background-color: rgb(253,127,194); }

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

border-color css

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

 span { border-color: rgb(253,127,194); }

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