Html Css Color HEX #FC9299 Wewak

📋 copy color: '#FC9299'

red 252 ◦ green 146 ◦ blue 153

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

Shades of Wewak #FC9299

Tints of Wewak #FC9299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 27.77%

R = 45.74%
G = 26.5%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FC9299 (or 0xFC9299) is known color: Wewak. HEX triplet: FC, 92 and 99. RGB value is (252,146,153). Sum of RGB (Red+Green+Blue) = 252+146+153=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 146 (57.42% from 255 or 26.50% from 551); Blue value is 153 (60.16% from 255 or 27.77% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9299 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9299 is #036D66. Grayscale: #B2B2B2. Windows color (decimal): -224615 or 10064636. OLE color: 10064636.

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

Color convert

RGB 252 146 153 -
CMYK 0 0.42 0.39 0.01
HSL 356.04º 0.95% 0.78% -
HSV(B) 356.04º 0.42% 0.99% -
XYZ 56.17 43.55 35.58 -
YUV 178.49 113.62 180.43 -
System Red Green Blue C M Y K H S L
Decimal 252 146 153 0 0.42 0.39 0.01 356.04 0.95 0.78
Hex FC 92 99 0 2A 27 1 164 5F 4E
Octal 374 222 231 0 52 47 1 544 137 116
Binary 11111100 10010010 10011001 0 101010 100111 1 101100100 1011111 1001110

Color Harmonies of #FC9299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9299

Black with #FC9299

Text Example


Text Example

White with #FC9299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9299; }

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

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

background-color css

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

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

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

border-color css

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

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

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