Html Css Color HEX #FD93C0 Tea Rose

📋 copy color: '#FD93C0'

red 253 ◦ green 147 ◦ blue 192

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

Shades of Tea Rose #FD93C0

Tints of Tea Rose #FD93C0

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.83%

 BLUE value IS 192 (75.39% from 255) = 32.43%

R = 42.74%
G = 24.83%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FD93C0 (or 0xFD93C0) is known color: Tea Rose. HEX triplet: FD, 93 and C0. RGB value is (253,147,192). Sum of RGB (Red+Green+Blue) = 253+147+192=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 147 (57.81% from 255 or 24.83% from 592); Blue value is 192 (75.39% from 255 or 32.43% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FD93C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD93C0 is #026C3F. Grayscale: #B7B7B7. Windows color (decimal): -158784 or 12620797. OLE color: 12620797.

HSL color Cylindrical-coordinate representation of color #FD93C0: hue angle of 334.53º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FD93C0 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 147 192 -
CMYK 0 0.42 0.24 0.01
HSL 334.53º 0.96% 0.78% -
HSV(B) 334.53º 0.42% 0.99% -
XYZ 60.46 45.56 55.48 -
YUV 183.82 132.62 177.34 -
System Red Green Blue C M Y K H S L
Decimal 253 147 192 0 0.42 0.24 0.01 334.53 0.96 0.78
Hex FD 93 C0 0 2A 18 1 14F 60 4E
Octal 375 223 300 0 52 30 1 517 140 116
Binary 11111101 10010011 11000000 0 101010 11000 1 101001111 1100000 1001110

Color Harmonies of #FD93C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD93C0

Black with #FD93C0

Text Example


Text Example

White with #FD93C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD93C0; }

 p { color: rgb(253,147,192); }

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

background-color css

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

 a { background-color: rgb(253,147,192); }

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

border-color css

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

 span { border-color: rgb(253,147,192); }

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