Html Css Color HEX #FC999B Wewak

📋 copy color: '#FC999B'

red 252 ◦ green 153 ◦ blue 155

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

Shades of Wewak #FC999B

Tints of Wewak #FC999B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.68%

R = 45%
G = 27.32%
B = 27.68%

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

#FC999B (or 0xFC999B) is known color: Wewak. HEX triplet: FC, 99 and 9B. RGB value is (252,153,155). Sum of RGB (Red+Green+Blue) = 252+153+155=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 153 (60.16% from 255 or 27.32% from 560); Blue value is 155 (60.94% from 255 or 27.68% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FC999B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC999B is #036664. Grayscale: #B6B6B6. Windows color (decimal): -222821 or 10197500. OLE color: 10197500.

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

Color convert

RGB 252 153 155 -
CMYK 0 0.39 0.38 0.01
HSL 358.79º 0.94% 0.79% -
HSV(B) 358.79º 0.39% 0.99% -
XYZ 57.45 45.84 36.83 -
YUV 182.83 112.3 177.34 -
System Red Green Blue C M Y K H S L
Decimal 252 153 155 0 0.39 0.38 0.01 358.79 0.94 0.79
Hex FC 99 9B 0 27 26 1 167 5E 4F
Octal 374 231 233 0 47 46 1 547 136 117
Binary 11111100 10011001 10011011 0 100111 100110 1 101100111 1011110 1001111

Color Harmonies of #FC999B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC999B

Black with #FC999B

Text Example


Text Example

White with #FC999B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC999B; }

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

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

background-color css

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

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

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

border-color css

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

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

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