Html Css Color HEX #FC90CE Tea Rose

📋 copy color: '#FC90CE'

red 252 ◦ green 144 ◦ blue 206

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

Shades of Tea Rose #FC90CE

Tints of Tea Rose #FC90CE

RGB

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

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

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

R = 41.86%
G = 23.92%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FC90CE (or 0xFC90CE) is known color: Tea Rose. HEX triplet: FC, 90 and CE. RGB value is (252,144,206). Sum of RGB (Red+Green+Blue) = 252+144+206=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 144 (56.64% from 255 or 23.92% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FC90CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC90CE is #036F31. Grayscale: #B7B7B7. Windows color (decimal): -225074 or 13537532. OLE color: 13537532.

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

Color convert

RGB 252 144 206 -
CMYK 0 0.43 0.18 0.01
HSL 325.56º 0.95% 0.78% -
HSV(B) 325.56º 0.43% 0.99% -
XYZ 61.26 45.1 63.87 -
YUV 183.36 140.78 176.96 -
System Red Green Blue C M Y K H S L
Decimal 252 144 206 0 0.43 0.18 0.01 325.56 0.95 0.78
Hex FC 90 CE 0 2B 12 1 146 5F 4E
Octal 374 220 316 0 53 22 1 506 137 116
Binary 11111100 10010000 11001110 0 101011 10010 1 101000110 1011111 1001110

Color Harmonies of #FC90CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC90CE

Black with #FC90CE

Text Example


Text Example

White with #FC90CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC90CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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