Html Css Color HEX #FC8592 Wewak

📋 copy color: '#FC8592'

red 252 ◦ green 133 ◦ blue 146

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

Shades of Wewak #FC8592

Tints of Wewak #FC8592

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.05%

 BLUE value IS 146 (57.42% from 255) = 27.5%

R = 47.46%
G = 25.05%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC8592 (or 0xFC8592) is known color: Wewak. HEX triplet: FC, 85 and 92. RGB value is (252,133,146). Sum of RGB (Red+Green+Blue) = 252+133+146=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 133 (52.34% from 255 or 25.05% from 531); Blue value is 146 (57.42% from 255 or 27.50% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8592 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8592 is #037A6D. Grayscale: #AAAAAA. Windows color (decimal): -227950 or 9602556. OLE color: 9602556.

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

Color convert

RGB 252 133 146 -
CMYK 0 0.47 0.42 0.01
HSL 353.45º 0.95% 0.75% -
HSV(B) 353.45º 0.47% 0.99% -
XYZ 53.72 39.55 32 -
YUV 170.06 114.42 186.44 -
System Red Green Blue C M Y K H S L
Decimal 252 133 146 0 0.47 0.42 0.01 353.45 0.95 0.75
Hex FC 85 92 0 2F 2A 1 161 5F 4B
Octal 374 205 222 0 57 52 1 541 137 113
Binary 11111100 10000101 10010010 0 101111 101010 1 101100001 1011111 1001011

Color Harmonies of #FC8592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8592

Black with #FC8592

Text Example


Text Example

White with #FC8592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8592; }

 p { color: rgb(252,133,146); }

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

background-color css

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

 a { background-color: rgb(252,133,146); }

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

border-color css

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

 span { border-color: rgb(252,133,146); }

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