Html Css Color HEX #FC999D Wewak

📋 copy color: '#FC999D'

red 252 ◦ green 153 ◦ blue 157

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

Shades of Wewak #FC999D

Tints of Wewak #FC999D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.22%

 BLUE value IS 157 (61.72% from 255) = 27.94%

R = 44.84%
G = 27.22%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC999D (or 0xFC999D) is known color: Wewak. HEX triplet: FC, 99 and 9D. RGB value is (252,153,157). Sum of RGB (Red+Green+Blue) = 252+153+157=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 153 (60.16% from 255 or 27.22% from 562); Blue value is 157 (61.72% from 255 or 27.94% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FC999D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC999D is #036662. Grayscale: #B7B7B7. Windows color (decimal): -222819 or 10328572. OLE color: 10328572.

HSL color Cylindrical-coordinate representation of color #FC999D: hue angle of 357.58º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FC999D is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 153 157 -
CMYK 0 0.39 0.38 0.01
HSL 357.58º 0.94% 0.79% -
HSV(B) 357.58º 0.39% 0.99% -
XYZ 57.62 45.91 37.72 -
YUV 183.06 113.3 177.17 -
System Red Green Blue C M Y K H S L
Decimal 252 153 157 0 0.39 0.38 0.01 357.58 0.94 0.79
Hex FC 99 9D 0 27 26 1 166 5E 4F
Octal 374 231 235 0 47 46 1 546 136 117
Binary 11111100 10011001 10011101 0 100111 100110 1 101100110 1011110 1001111

Color Harmonies of #FC999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC999D

Black with #FC999D

Text Example


Text Example

White with #FC999D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC999D; }

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

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

background-color css

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

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

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

border-color css

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

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

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