Html Css Color HEX #FC92C9 Tea Rose

📋 copy color: '#FC92C9'

red 252 ◦ green 146 ◦ blue 201

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

Shades of Tea Rose #FC92C9

Tints of Tea Rose #FC92C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 33.56%

R = 42.07%
G = 24.37%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FC92C9 (or 0xFC92C9) is known color: Tea Rose. HEX triplet: FC, 92 and C9. RGB value is (252,146,201). Sum of RGB (Red+Green+Blue) = 252+146+201=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 146 (57.42% from 255 or 24.37% from 599); Blue value is 201 (78.91% from 255 or 33.56% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FC92C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC92C9 is #036D36. Grayscale: #B7B7B7. Windows color (decimal): -224567 or 13210364. OLE color: 13210364.

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

Color convert

RGB 252 146 201 -
CMYK 0 0.42 0.20 0.01
HSL 328.87º 0.95% 0.78% -
HSV(B) 328.87º 0.42% 0.99% -
XYZ 60.97 45.47 60.82 -
YUV 183.96 137.62 176.53 -
System Red Green Blue C M Y K H S L
Decimal 252 146 201 0 0.42 0.20 0.01 328.87 0.95 0.78
Hex FC 92 C9 0 2A 14 1 149 5F 4E
Octal 374 222 311 0 52 24 1 511 137 116
Binary 11111100 10010010 11001001 0 101010 10100 1 101001001 1011111 1001110

Color Harmonies of #FC92C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC92C9

Black with #FC92C9

Text Example


Text Example

White with #FC92C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC92C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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