Html Css Color HEX #FC8C93 Wewak

📋 copy color: '#FC8C93'

red 252 ◦ green 140 ◦ blue 147

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

Shades of Wewak #FC8C93

Tints of Wewak #FC8C93

RGB

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

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

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

R = 46.75%
G = 25.97%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC8C93 (or 0xFC8C93) is known color: Wewak. HEX triplet: FC, 8C and 93. RGB value is (252,140,147). Sum of RGB (Red+Green+Blue) = 252+140+147=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 147 (57.81% from 255 or 27.27% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8C93 is #03736C. Grayscale: #AEAEAE. Windows color (decimal): -226157 or 9669884. OLE color: 9669884.

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

Color convert

RGB 252 140 147 -
CMYK 0 0.44 0.42 0.01
HSL 356.25º 0.95% 0.77% -
HSV(B) 356.25º 0.44% 0.99% -
XYZ 54.79 41.56 32.74 -
YUV 174.29 112.61 183.43 -
System Red Green Blue C M Y K H S L
Decimal 252 140 147 0 0.44 0.42 0.01 356.25 0.95 0.77
Hex FC 8C 93 0 2C 2A 1 164 5F 4D
Octal 374 214 223 0 54 52 1 544 137 115
Binary 11111100 10001100 10010011 0 101100 101010 1 101100100 1011111 1001101

Color Harmonies of #FC8C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8C93

Black with #FC8C93

Text Example


Text Example

White with #FC8C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8C93; }

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

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

background-color css

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

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

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

border-color css

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

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

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