Html Css Color HEX #FE93CA Tea Rose

📋 copy color: '#FE93CA'

red 254 ◦ green 147 ◦ blue 202

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

Shades of Tea Rose #FE93CA

Tints of Tea Rose #FE93CA

RGB

 RED value IS 254 (99.61% from 255) = 42.12%

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

 BLUE value IS 202 (79.3% from 255) = 33.5%

R = 42.12%
G = 24.38%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE93CA (or 0xFE93CA) is known color: Tea Rose. HEX triplet: FE, 93 and CA. RGB value is (254,147,202). Sum of RGB (Red+Green+Blue) = 254+147+202=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 147 (57.81% from 255 or 24.38% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE93CA is #016C35. Grayscale: #B9B9B9. Windows color (decimal): -93238 or 13276158. OLE color: 13276158.

HSL color Cylindrical-coordinate representation of color #FE93CA: hue angle of 329.16º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FE93CA is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 147 202 -
CMYK 0 0.42 0.20 0.00
HSL 329.16º 0.98% 0.79% -
HSV(B) 329.16º 0.42% 1% -
XYZ 61.97 46.2 61.53 -
YUV 185.26 137.45 177.03 -
System Red Green Blue C M Y K H S L
Decimal 254 147 202 0 0.42 0.20 0.00 329.16 0.98 0.79
Hex FE 93 CA 0 2A 14 0 149 62 4F
Octal 376 223 312 0 52 24 0 511 142 117
Binary 11111110 10010011 11001010 0 101010 10100 0 101001001 1100010 1001111

Color Harmonies of #FE93CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE93CA

Black with #FE93CA

Text Example


Text Example

White with #FE93CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE93CA; }

 p { color: rgb(254,147,202); }

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

background-color css

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

 a { background-color: rgb(254,147,202); }

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

border-color css

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

 span { border-color: rgb(254,147,202); }

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