Html Css Color HEX #FC8894 Wewak

📋 copy color: '#FC8894'

red 252 ◦ green 136 ◦ blue 148

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

Shades of Wewak #FC8894

Tints of Wewak #FC8894

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.37%

 BLUE value IS 148 (58.2% from 255) = 27.61%

R = 47.01%
G = 25.37%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FC8894 (or 0xFC8894) is known color: Wewak. HEX triplet: FC, 88 and 94. RGB value is (252,136,148). Sum of RGB (Red+Green+Blue) = 252+136+148=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 136 (53.52% from 255 or 25.37% from 536); Blue value is 148 (58.20% from 255 or 27.61% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8894 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8894 is #03776B. Grayscale: #ACACAC. Windows color (decimal): -227180 or 9734396. OLE color: 9734396.

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

Color convert

RGB 252 136 148 -
CMYK 0 0.46 0.41 0.01
HSL 353.79º 0.95% 0.76% -
HSV(B) 353.79º 0.46% 0.99% -
XYZ 54.29 40.44 32.96 -
YUV 172.05 114.43 185.02 -
System Red Green Blue C M Y K H S L
Decimal 252 136 148 0 0.46 0.41 0.01 353.79 0.95 0.76
Hex FC 88 94 0 2E 29 1 162 5F 4C
Octal 374 210 224 0 56 51 1 542 137 114
Binary 11111100 10001000 10010100 0 101110 101001 1 101100010 1011111 1001100

Color Harmonies of #FC8894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8894

Black with #FC8894

Text Example


Text Example

White with #FC8894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8894; }

 p { color: rgb(252,136,148); }

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

background-color css

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

 a { background-color: rgb(252,136,148); }

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

border-color css

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

 span { border-color: rgb(252,136,148); }

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