Html Css Color HEX #FC92CE Tea Rose

📋 copy color: '#FC92CE'

red 252 ◦ green 146 ◦ blue 206

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

Shades of Tea Rose #FC92CE

Tints of Tea Rose #FC92CE

RGB

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

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

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

R = 41.72%
G = 24.17%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FC92CE (or 0xFC92CE) is known color: Tea Rose. HEX triplet: FC, 92 and CE. RGB value is (252,146,206). Sum of RGB (Red+Green+Blue) = 252+146+206=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 146 (57.42% from 255 or 24.17% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FC92CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC92CE is #036D31. Grayscale: #B8B8B8. Windows color (decimal): -224562 or 13538044. OLE color: 13538044.

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

Color convert

RGB 252 146 206 -
CMYK 0 0.42 0.18 0.01
HSL 326.04º 0.95% 0.78% -
HSV(B) 326.04º 0.42% 0.99% -
XYZ 61.56 45.71 63.97 -
YUV 184.53 140.12 176.12 -
System Red Green Blue C M Y K H S L
Decimal 252 146 206 0 0.42 0.18 0.01 326.04 0.95 0.78
Hex FC 92 CE 0 2A 12 1 146 5F 4E
Octal 374 222 316 0 52 22 1 506 137 116
Binary 11111100 10010010 11001110 0 101010 10010 1 101000110 1011111 1001110

Color Harmonies of #FC92CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC92CE

Black with #FC92CE

Text Example


Text Example

White with #FC92CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC92CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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