Html Css Color HEX #FC90BE Tea Rose

📋 copy color: '#FC90BE'

red 252 ◦ green 144 ◦ blue 190

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

Shades of Tea Rose #FC90BE

Tints of Tea Rose #FC90BE

RGB

 RED value IS 252 (98.83% from 255) = 43%

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

 BLUE value IS 190 (74.61% from 255) = 32.42%

R = 43%
G = 24.57%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC90BE (or 0xFC90BE) is known color: Tea Rose. HEX triplet: FC, 90 and BE. RGB value is (252,144,190). Sum of RGB (Red+Green+Blue) = 252+144+190=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 144 (56.64% from 255 or 24.57% from 586); Blue value is 190 (74.61% from 255 or 32.42% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FC90BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC90BE is #036F41. Grayscale: #B5B5B5. Windows color (decimal): -225090 or 12488956. OLE color: 12488956.

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

Color convert

RGB 252 144 190 -
CMYK 0 0.43 0.25 0.01
HSL 334.44º 0.95% 0.78% -
HSV(B) 334.44º 0.43% 0.99% -
XYZ 59.41 44.36 54.15 -
YUV 181.54 132.78 178.26 -
System Red Green Blue C M Y K H S L
Decimal 252 144 190 0 0.43 0.25 0.01 334.44 0.95 0.78
Hex FC 90 BE 0 2B 19 1 14E 5F 4E
Octal 374 220 276 0 53 31 1 516 137 116
Binary 11111100 10010000 10111110 0 101011 11001 1 101001110 1011111 1001110

Color Harmonies of #FC90BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC90BE

Black with #FC90BE

Text Example


Text Example

White with #FC90BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC90BE; }

 p { color: rgb(252,144,190); }

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

background-color css

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

 a { background-color: rgb(252,144,190); }

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

border-color css

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

 span { border-color: rgb(252,144,190); }

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