Html Css Color HEX #FE90C3 Tea Rose

📋 copy color: '#FE90C3'

red 254 ◦ green 144 ◦ blue 195

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

Shades of Tea Rose #FE90C3

Tints of Tea Rose #FE90C3

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.28%

 BLUE value IS 195 (76.56% from 255) = 32.88%

R = 42.83%
G = 24.28%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#FE90C3 (or 0xFE90C3) is known color: Tea Rose. HEX triplet: FE, 90 and C3. RGB value is (254,144,195). Sum of RGB (Red+Green+Blue) = 254+144+195=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 144 (56.64% from 255 or 24.28% from 593); Blue value is 195 (76.56% from 255 or 32.88% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE90C3 is #016F3C. Grayscale: #B6B6B6. Windows color (decimal): -94013 or 12816638. OLE color: 12816638.

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

Color convert

RGB 254 144 195 -
CMYK 0 0.43 0.23 0.00
HSL 332.18º 0.98% 0.78% -
HSV(B) 332.18º 0.43% 1% -
XYZ 60.7 44.96 57.11 -
YUV 182.7 134.94 178.85 -
System Red Green Blue C M Y K H S L
Decimal 254 144 195 0 0.43 0.23 0.00 332.18 0.98 0.78
Hex FE 90 C3 0 2B 17 0 14C 62 4E
Octal 376 220 303 0 53 27 0 514 142 116
Binary 11111110 10010000 11000011 0 101011 10111 0 101001100 1100010 1001110

Color Harmonies of #FE90C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE90C3

Black with #FE90C3

Text Example


Text Example

White with #FE90C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE90C3; }

 p { color: rgb(254,144,195); }

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

background-color css

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

 a { background-color: rgb(254,144,195); }

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

border-color css

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

 span { border-color: rgb(254,144,195); }

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