Html Css Color HEX #FD93C1 Tea Rose

📋 copy color: '#FD93C1'

red 253 ◦ green 147 ◦ blue 193

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

Shades of Tea Rose #FD93C1

Tints of Tea Rose #FD93C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 32.55%

R = 42.66%
G = 24.79%
B = 32.55%

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

#FD93C1 (or 0xFD93C1) is known color: Tea Rose. HEX triplet: FD, 93 and C1. RGB value is (253,147,193). Sum of RGB (Red+Green+Blue) = 253+147+193=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 147 (57.81% from 255 or 24.79% from 593); Blue value is 193 (75.78% from 255 or 32.55% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FD93C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD93C1 is #026C3E. Grayscale: #B7B7B7. Windows color (decimal): -158783 or 12686333. OLE color: 12686333.

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

Color convert

RGB 253 147 193 -
CMYK 0 0.42 0.24 0.01
HSL 333.96º 0.96% 0.78% -
HSV(B) 333.96º 0.42% 0.99% -
XYZ 60.57 45.6 56.06 -
YUV 183.94 133.12 177.26 -
System Red Green Blue C M Y K H S L
Decimal 253 147 193 0 0.42 0.24 0.01 333.96 0.96 0.78
Hex FD 93 C1 0 2A 18 1 14E 60 4E
Octal 375 223 301 0 52 30 1 516 140 116
Binary 11111101 10010011 11000001 0 101010 11000 1 101001110 1100000 1001110

Color Harmonies of #FD93C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD93C1

Black with #FD93C1

Text Example


Text Example

White with #FD93C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD93C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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