Html Css Color HEX #FC8085 Wewak

📋 copy color: '#FC8085'

red 252 ◦ green 128 ◦ blue 133

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

Shades of Wewak #FC8085

Tints of Wewak #FC8085

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.95%

 BLUE value IS 133 (52.34% from 255) = 25.93%

R = 49.12%
G = 24.95%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FC8085 (or 0xFC8085) is known color: Wewak. HEX triplet: FC, 80 and 85. RGB value is (252,128,133). Sum of RGB (Red+Green+Blue) = 252+128+133=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 128 (50.39% from 255 or 24.95% from 513); Blue value is 133 (52.34% from 255 or 25.93% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8085 is #037F7A. Grayscale: #A5A5A5. Windows color (decimal): -229243 or 8749308. OLE color: 8749308.

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

Color convert

RGB 252 128 133 -
CMYK 0 0.49 0.47 0.01
HSL 357.58º 0.95% 0.75% -
HSV(B) 357.58º 0.49% 0.99% -
XYZ 52.1 37.83 26.75 -
YUV 165.65 109.58 189.59 -
System Red Green Blue C M Y K H S L
Decimal 252 128 133 0 0.49 0.47 0.01 357.58 0.95 0.75
Hex FC 80 85 0 31 2F 1 166 5F 4B
Octal 374 200 205 0 61 57 1 546 137 113
Binary 11111100 10000000 10000101 0 110001 101111 1 101100110 1011111 1001011

Color Harmonies of #FC8085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8085

Black with #FC8085

Text Example


Text Example

White with #FC8085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8085; }

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

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

background-color css

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

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

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

border-color css

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

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

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