Html Css Color HEX #FC808B Wewak

📋 copy color: '#FC808B'

red 252 ◦ green 128 ◦ blue 139

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

Shades of Wewak #FC808B

Tints of Wewak #FC808B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.78%

R = 48.55%
G = 24.66%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC808B (or 0xFC808B) is known color: Wewak. HEX triplet: FC, 80 and 8B. RGB value is (252,128,139). Sum of RGB (Red+Green+Blue) = 252+128+139=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 128 (50.39% from 255 or 24.66% from 519); Blue value is 139 (54.69% from 255 or 26.78% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FC808B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC808B is #037F74. Grayscale: #A6A6A6. Windows color (decimal): -229237 or 9142524. OLE color: 9142524.

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

Color convert

RGB 252 128 139 -
CMYK 0 0.49 0.45 0.01
HSL 354.68º 0.95% 0.75% -
HSV(B) 354.68º 0.49% 0.99% -
XYZ 52.52 38 28.99 -
YUV 166.33 112.58 189.11 -
System Red Green Blue C M Y K H S L
Decimal 252 128 139 0 0.49 0.45 0.01 354.68 0.95 0.75
Hex FC 80 8B 0 31 2D 1 163 5F 4B
Octal 374 200 213 0 61 55 1 543 137 113
Binary 11111100 10000000 10001011 0 110001 101101 1 101100011 1011111 1001011

Color Harmonies of #FC808B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC808B

Black with #FC808B

Text Example


Text Example

White with #FC808B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC808B; }

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

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

background-color css

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

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

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

border-color css

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

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

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