Html Css Color HEX #FC92C5 Tea Rose

📋 copy color: '#FC92C5'

red 252 ◦ green 146 ◦ blue 197

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

Shades of Tea Rose #FC92C5

Tints of Tea Rose #FC92C5

RGB

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

 GREEN value IS 146 (57.42% from 255) = 24.54%

 BLUE value IS 197 (77.34% from 255) = 33.11%

R = 42.35%
G = 24.54%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FC92C5 (or 0xFC92C5) is known color: Tea Rose. HEX triplet: FC, 92 and C5. RGB value is (252,146,197). Sum of RGB (Red+Green+Blue) = 252+146+197=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 146 (57.42% from 255 or 24.54% from 595); Blue value is 197 (77.34% from 255 or 33.11% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FC92C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC92C5 is #036D3A. Grayscale: #B7B7B7. Windows color (decimal): -224571 or 12948220. OLE color: 12948220.

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

Color convert

RGB 252 146 197 -
CMYK 0 0.42 0.22 0.01
HSL 331.13º 0.95% 0.78% -
HSV(B) 331.13º 0.42% 0.99% -
XYZ 60.5 45.28 58.38 -
YUV 183.51 135.62 176.85 -
System Red Green Blue C M Y K H S L
Decimal 252 146 197 0 0.42 0.22 0.01 331.13 0.95 0.78
Hex FC 92 C5 0 2A 16 1 14B 5F 4E
Octal 374 222 305 0 52 26 1 513 137 116
Binary 11111100 10010010 11000101 0 101010 10110 1 101001011 1011111 1001110

Color Harmonies of #FC92C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC92C5

Black with #FC92C5

Text Example


Text Example

White with #FC92C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC92C5; }

 p { color: rgb(252,146,197); }

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

background-color css

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

 a { background-color: rgb(252,146,197); }

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

border-color css

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

 span { border-color: rgb(252,146,197); }

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