Html Css Color HEX #FC8696 Wewak

📋 copy color: '#FC8696'

red 252 ◦ green 134 ◦ blue 150

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

Shades of Wewak #FC8696

Tints of Wewak #FC8696

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25%

 BLUE value IS 150 (58.98% from 255) = 27.99%

R = 47.01%
G = 25%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FC8696 (or 0xFC8696) is known color: Wewak. HEX triplet: FC, 86 and 96. RGB value is (252,134,150). Sum of RGB (Red+Green+Blue) = 252+134+150=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 134 (52.73% from 255 or 25% from 536); Blue value is 150 (58.98% from 255 or 27.99% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8696 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8696 is #037969. Grayscale: #ABABAB. Windows color (decimal): -227690 or 9864956. OLE color: 9864956.

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

Color convert

RGB 252 134 150 -
CMYK 0 0.47 0.40 0.01
HSL 351.86º 0.95% 0.76% -
HSV(B) 351.86º 0.47% 0.99% -
XYZ 54.18 39.95 33.71 -
YUV 171.11 116.09 185.7 -
System Red Green Blue C M Y K H S L
Decimal 252 134 150 0 0.47 0.40 0.01 351.86 0.95 0.76
Hex FC 86 96 0 2F 28 1 160 5F 4C
Octal 374 206 226 0 57 50 1 540 137 114
Binary 11111100 10000110 10010110 0 101111 101000 1 101100000 1011111 1001100

Color Harmonies of #FC8696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8696

Black with #FC8696

Text Example


Text Example

White with #FC8696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8696; }

 p { color: rgb(252,134,150); }

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

background-color css

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

 a { background-color: rgb(252,134,150); }

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

border-color css

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

 span { border-color: rgb(252,134,150); }

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