Html Css Color HEX #FC9292 Sweet Pink

📋 copy color: '#FC9292'

red 252 ◦ green 146 ◦ blue 146

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

Shades of Sweet Pink #FC9292

Tints of Sweet Pink #FC9292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 26.84%

R = 46.32%
G = 26.84%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC9292 (or 0xFC9292) is known color: Sweet Pink. HEX triplet: FC, 92 and 92. RGB value is (252,146,146). Sum of RGB (Red+Green+Blue) = 252+146+146=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 146 (57.42% from 255 or 26.84% from 544); Blue value is 146 (57.42% from 255 or 26.84% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9292 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9292 is #036D6D. Grayscale: #B1B1B1. Windows color (decimal): -224622 or 9605884. OLE color: 9605884.

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

Color convert

RGB 252 146 146 -
CMYK 0 0.42 0.42 0.01
HSL 0.95% 0.78% -
HSV(B) 0.42% 0.99% -
XYZ 55.61 43.33 32.63 -
YUV 177.69 110.12 181 -
System Red Green Blue C M Y K H S L
Decimal 252 146 146 0 0.42 0.42 0.01 0 0.95 0.78
Hex FC 92 92 0 2A 2A 1 0 5F 4E
Octal 374 222 222 0 52 52 1 0 137 116
Binary 11111100 10010010 10010010 0 101010 101010 1 0 1011111 1001110

Color Harmonies of #FC9292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9292

Black with #FC9292

Text Example


Text Example

White with #FC9292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9292; }

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

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

background-color css

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

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

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

border-color css

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

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

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