Html Css Color HEX #FC94C6 Tea Rose

📋 copy color: '#FC94C6'

red 252 ◦ green 148 ◦ blue 198

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

Shades of Tea Rose #FC94C6

Tints of Tea Rose #FC94C6

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.75%

 BLUE value IS 198 (77.73% from 255) = 33.11%

R = 42.14%
G = 24.75%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FC94C6 (or 0xFC94C6) is known color: Tea Rose. HEX triplet: FC, 94 and C6. RGB value is (252,148,198). Sum of RGB (Red+Green+Blue) = 252+148+198=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 148 (58.20% from 255 or 24.75% from 598); Blue value is 198 (77.73% from 255 or 33.11% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FC94C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC94C6 is #036B39. Grayscale: #B8B8B8. Windows color (decimal): -224058 or 13014268. OLE color: 13014268.

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

Color convert

RGB 252 148 198 -
CMYK 0 0.41 0.21 0.01
HSL 331.15º 0.95% 0.78% -
HSV(B) 331.15º 0.41% 0.99% -
XYZ 60.93 45.95 59.08 -
YUV 184.8 135.46 175.93 -
System Red Green Blue C M Y K H S L
Decimal 252 148 198 0 0.41 0.21 0.01 331.15 0.95 0.78
Hex FC 94 C6 0 29 15 1 14B 5F 4E
Octal 374 224 306 0 51 25 1 513 137 116
Binary 11111100 10010100 11000110 0 101001 10101 1 101001011 1011111 1001110

Color Harmonies of #FC94C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC94C6

Black with #FC94C6

Text Example


Text Example

White with #FC94C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC94C6; }

 p { color: rgb(252,148,198); }

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

background-color css

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

 a { background-color: rgb(252,148,198); }

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

border-color css

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

 span { border-color: rgb(252,148,198); }

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