Html Css Color HEX #FC8C99 Wewak

📋 copy color: '#FC8C99'

red 252 ◦ green 140 ◦ blue 153

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

Shades of Wewak #FC8C99

Tints of Wewak #FC8C99

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.69%

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

R = 46.24%
G = 25.69%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FC8C99 (or 0xFC8C99) is known color: Wewak. HEX triplet: FC, 8C and 99. RGB value is (252,140,153). Sum of RGB (Red+Green+Blue) = 252+140+153=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 140 (55.08% from 255 or 25.69% from 545); Blue value is 153 (60.16% from 255 or 28.07% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8C99 is #037366. Grayscale: #AFAFAF. Windows color (decimal): -226151 or 10063100. OLE color: 10063100.

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

Color convert

RGB 252 140 153 -
CMYK 0 0.44 0.39 0.01
HSL 353.04º 0.95% 0.77% -
HSV(B) 353.04º 0.44% 0.99% -
XYZ 55.27 41.75 35.28 -
YUV 174.97 115.61 182.94 -
System Red Green Blue C M Y K H S L
Decimal 252 140 153 0 0.44 0.39 0.01 353.04 0.95 0.77
Hex FC 8C 99 0 2C 27 1 161 5F 4D
Octal 374 214 231 0 54 47 1 541 137 115
Binary 11111100 10001100 10011001 0 101100 100111 1 101100001 1011111 1001101

Color Harmonies of #FC8C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8C99

Black with #FC8C99

Text Example


Text Example

White with #FC8C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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