Html Css Color HEX #FC8690 Wewak

📋 copy color: '#FC8690'

red 252 ◦ green 134 ◦ blue 144

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

Shades of Wewak #FC8690

Tints of Wewak #FC8690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.17%

R = 47.55%
G = 25.28%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC8690 (or 0xFC8690) is known color: Wewak. HEX triplet: FC, 86 and 90. RGB value is (252,134,144). Sum of RGB (Red+Green+Blue) = 252+134+144=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 134 (52.73% from 255 or 25.28% from 530); Blue value is 144 (56.64% from 255 or 27.17% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8690 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8690 is #03796F. Grayscale: #AAAAAA. Windows color (decimal): -227696 or 9471740. OLE color: 9471740.

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

Color convert

RGB 252 134 144 -
CMYK 0 0.47 0.43 0.01
HSL 354.92º 0.95% 0.76% -
HSV(B) 354.92º 0.47% 0.99% -
XYZ 53.7 39.76 31.23 -
YUV 170.42 113.09 186.19 -
System Red Green Blue C M Y K H S L
Decimal 252 134 144 0 0.47 0.43 0.01 354.92 0.95 0.76
Hex FC 86 90 0 2F 2B 1 163 5F 4C
Octal 374 206 220 0 57 53 1 543 137 114
Binary 11111100 10000110 10010000 0 101111 101011 1 101100011 1011111 1001100

Color Harmonies of #FC8690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8690

Black with #FC8690

Text Example


Text Example

White with #FC8690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8690; }

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

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

background-color css

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

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

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

border-color css

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

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

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