Html Css Color HEX #FC8F93 Wewak

📋 copy color: '#FC8F93'

red 252 ◦ green 143 ◦ blue 147

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

Shades of Wewak #FC8F93

Tints of Wewak #FC8F93

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.38%

 BLUE value IS 147 (57.81% from 255) = 27.12%

R = 46.49%
G = 26.38%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC8F93 (or 0xFC8F93) is known color: Wewak. HEX triplet: FC, 8F and 93. RGB value is (252,143,147). Sum of RGB (Red+Green+Blue) = 252+143+147=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 143 (56.25% from 255 or 26.38% from 542); Blue value is 147 (57.81% from 255 or 27.12% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8F93 is #03706C. Grayscale: #B0B0B0. Windows color (decimal): -225389 or 9670652. OLE color: 9670652.

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

Color convert

RGB 252 143 147 -
CMYK 0 0.43 0.42 0.01
HSL 357.8º 0.95% 0.77% -
HSV(B) 357.8º 0.43% 0.99% -
XYZ 55.23 42.45 32.89 -
YUV 176.05 111.61 182.17 -
System Red Green Blue C M Y K H S L
Decimal 252 143 147 0 0.43 0.42 0.01 357.8 0.95 0.77
Hex FC 8F 93 0 2B 2A 1 166 5F 4D
Octal 374 217 223 0 53 52 1 546 137 115
Binary 11111100 10001111 10010011 0 101011 101010 1 101100110 1011111 1001101

Color Harmonies of #FC8F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8F93

Black with #FC8F93

Text Example


Text Example

White with #FC8F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8F93; }

 p { color: rgb(252,143,147); }

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

background-color css

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

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

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

border-color css

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

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

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