Html Css Color HEX #FC8695 Wewak

📋 copy color: '#FC8695'

red 252 ◦ green 134 ◦ blue 149

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

Shades of Wewak #FC8695

Tints of Wewak #FC8695

RGB

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

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

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

R = 47.1%
G = 25.05%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FC8695 (or 0xFC8695) is known color: Wewak. HEX triplet: FC, 86 and 95. RGB value is (252,134,149). Sum of RGB (Red+Green+Blue) = 252+134+149=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 134 (52.73% from 255 or 25.05% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8695 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8695 is #03796A. Grayscale: #ABABAB. Windows color (decimal): -227691 or 9799420. OLE color: 9799420.

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

Color convert

RGB 252 134 149 -
CMYK 0 0.47 0.41 0.01
HSL 352.37º 0.95% 0.76% -
HSV(B) 352.37º 0.47% 0.99% -
XYZ 54.09 39.92 33.29 -
YUV 170.99 115.59 185.78 -
System Red Green Blue C M Y K H S L
Decimal 252 134 149 0 0.47 0.41 0.01 352.37 0.95 0.76
Hex FC 86 95 0 2F 29 1 160 5F 4C
Octal 374 206 225 0 57 51 1 540 137 114
Binary 11111100 10000110 10010101 0 101111 101001 1 101100000 1011111 1001100

Color Harmonies of #FC8695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8695

Black with #FC8695

Text Example


Text Example

White with #FC8695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8695; }

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

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

background-color css

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

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

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

border-color css

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

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

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