Html Css Color HEX #FC90C3 Tea Rose

📋 copy color: '#FC90C3'

red 252 ◦ green 144 ◦ blue 195

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

Shades of Tea Rose #FC90C3

Tints of Tea Rose #FC90C3

RGB

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

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

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

R = 42.64%
G = 24.37%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FC90C3 (or 0xFC90C3) is known color: Tea Rose. HEX triplet: FC, 90 and C3. RGB value is (252,144,195). Sum of RGB (Red+Green+Blue) = 252+144+195=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 144 (56.64% from 255 or 24.37% from 591); Blue value is 195 (76.56% from 255 or 32.99% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FC90C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC90C3 is #036F3C. Grayscale: #B6B6B6. Windows color (decimal): -225085 or 12816636. OLE color: 12816636.

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

Color convert

RGB 252 144 195 -
CMYK 0 0.43 0.23 0.01
HSL 331.67º 0.95% 0.78% -
HSV(B) 331.67º 0.43% 0.99% -
XYZ 59.97 44.58 57.07 -
YUV 182.11 135.28 177.85 -
System Red Green Blue C M Y K H S L
Decimal 252 144 195 0 0.43 0.23 0.01 331.67 0.95 0.78
Hex FC 90 C3 0 2B 17 1 14C 5F 4E
Octal 374 220 303 0 53 27 1 514 137 116
Binary 11111100 10010000 11000011 0 101011 10111 1 101001100 1011111 1001110

Color Harmonies of #FC90C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC90C3

Black with #FC90C3

Text Example


Text Example

White with #FC90C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC90C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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