Html Css Color HEX #FD93CE Tea Rose

📋 copy color: '#FD93CE'

red 253 ◦ green 147 ◦ blue 206

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

Shades of Tea Rose #FD93CE

Tints of Tea Rose #FD93CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.99%

R = 41.75%
G = 24.26%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FD93CE (or 0xFD93CE) is known color: Tea Rose. HEX triplet: FD, 93 and CE. RGB value is (253,147,206). Sum of RGB (Red+Green+Blue) = 253+147+206=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 147 (57.81% from 255 or 24.26% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FD93CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD93CE is #026C31. Grayscale: #B9B9B9. Windows color (decimal): -158770 or 13538301. OLE color: 13538301.

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

Color convert

RGB 253 147 206 -
CMYK 0 0.42 0.19 0.01
HSL 326.6º 0.96% 0.78% -
HSV(B) 326.6º 0.42% 0.99% -
XYZ 62.08 46.21 64.04 -
YUV 185.42 139.62 176.2 -
System Red Green Blue C M Y K H S L
Decimal 253 147 206 0 0.42 0.19 0.01 326.6 0.96 0.78
Hex FD 93 CE 0 2A 13 1 147 60 4E
Octal 375 223 316 0 52 23 1 507 140 116
Binary 11111101 10010011 11001110 0 101010 10011 1 101000111 1100000 1001110

Color Harmonies of #FD93CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD93CE

Black with #FD93CE

Text Example


Text Example

White with #FD93CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD93CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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