Html Css Color HEX #FC8C95 Wewak

📋 copy color: '#FC8C95'

red 252 ◦ green 140 ◦ blue 149

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

Shades of Wewak #FC8C95

Tints of Wewak #FC8C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.54%

R = 46.58%
G = 25.88%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FC8C95 (or 0xFC8C95) is known color: Wewak. HEX triplet: FC, 8C and 95. RGB value is (252,140,149). Sum of RGB (Red+Green+Blue) = 252+140+149=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 140 (55.08% from 255 or 25.88% from 541); Blue value is 149 (58.59% from 255 or 27.54% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8C95 is #03736A. Grayscale: #AEAEAE. Windows color (decimal): -226155 or 9800956. OLE color: 9800956.

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

Color convert

RGB 252 140 149 -
CMYK 0 0.44 0.41 0.01
HSL 355.18º 0.95% 0.77% -
HSV(B) 355.18º 0.44% 0.99% -
XYZ 54.95 41.62 33.57 -
YUV 174.51 113.61 183.27 -
System Red Green Blue C M Y K H S L
Decimal 252 140 149 0 0.44 0.41 0.01 355.18 0.95 0.77
Hex FC 8C 95 0 2C 29 1 163 5F 4D
Octal 374 214 225 0 54 51 1 543 137 115
Binary 11111100 10001100 10010101 0 101100 101001 1 101100011 1011111 1001101

Color Harmonies of #FC8C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8C95

Black with #FC8C95

Text Example


Text Example

White with #FC8C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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