Html Css Color HEX #FC92BD Tea Rose

📋 copy color: '#FC92BD'

red 252 ◦ green 146 ◦ blue 189

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

Shades of Tea Rose #FC92BD

Tints of Tea Rose #FC92BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.2%

R = 42.93%
G = 24.87%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC92BD (or 0xFC92BD) is known color: Tea Rose. HEX triplet: FC, 92 and BD. RGB value is (252,146,189). Sum of RGB (Red+Green+Blue) = 252+146+189=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 146 (57.42% from 255 or 24.87% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FC92BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC92BD is #036D42. Grayscale: #B6B6B6. Windows color (decimal): -224579 or 12423932. OLE color: 12423932.

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

Color convert

RGB 252 146 189 -
CMYK 0 0.42 0.25 0.01
HSL 335.66º 0.95% 0.78% -
HSV(B) 335.66º 0.42% 0.99% -
XYZ 59.61 44.93 53.67 -
YUV 182.6 131.62 177.5 -
System Red Green Blue C M Y K H S L
Decimal 252 146 189 0 0.42 0.25 0.01 335.66 0.95 0.78
Hex FC 92 BD 0 2A 19 1 150 5F 4E
Octal 374 222 275 0 52 31 1 520 137 116
Binary 11111100 10010010 10111101 0 101010 11001 1 101010000 1011111 1001110

Color Harmonies of #FC92BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC92BD

Black with #FC92BD

Text Example


Text Example

White with #FC92BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC92BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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