Html Css Color HEX #FC90C8 Tea Rose

📋 copy color: '#FC90C8'

red 252 ◦ green 144 ◦ blue 200

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

Shades of Tea Rose #FC90C8

Tints of Tea Rose #FC90C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.56%

R = 42.28%
G = 24.16%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FC90C8 (or 0xFC90C8) is known color: Tea Rose. HEX triplet: FC, 90 and C8. RGB value is (252,144,200). Sum of RGB (Red+Green+Blue) = 252+144+200=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 144 (56.64% from 255 or 24.16% from 596); Blue value is 200 (78.52% from 255 or 33.56% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FC90C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC90C8 is #036F37. Grayscale: #B6B6B6. Windows color (decimal): -225080 or 13144316. OLE color: 13144316.

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

Color convert

RGB 252 144 200 -
CMYK 0 0.43 0.21 0.01
HSL 328.89º 0.95% 0.78% -
HSV(B) 328.89º 0.43% 0.99% -
XYZ 60.54 44.81 60.1 -
YUV 182.68 137.78 177.45 -
System Red Green Blue C M Y K H S L
Decimal 252 144 200 0 0.43 0.21 0.01 328.89 0.95 0.78
Hex FC 90 C8 0 2B 15 1 149 5F 4E
Octal 374 220 310 0 53 25 1 511 137 116
Binary 11111100 10010000 11001000 0 101011 10101 1 101001001 1011111 1001110

Color Harmonies of #FC90C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC90C8

Black with #FC90C8

Text Example


Text Example

White with #FC90C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC90C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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