Html Css Color HEX #FC838A Wewak

📋 copy color: '#FC838A'

red 252 ◦ green 131 ◦ blue 138

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

Shades of Wewak #FC838A

Tints of Wewak #FC838A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.14%

 BLUE value IS 138 (54.3% from 255) = 26.49%

R = 48.37%
G = 25.14%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC838A (or 0xFC838A) is known color: Wewak. HEX triplet: FC, 83 and 8A. RGB value is (252,131,138). Sum of RGB (Red+Green+Blue) = 252+131+138=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 131 (51.56% from 255 or 25.14% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FC838A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC838A is #037C75. Grayscale: #A8A8A8. Windows color (decimal): -228470 or 9077756. OLE color: 9077756.

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

Color convert

RGB 252 131 138 -
CMYK 0 0.48 0.45 0.01
HSL 356.53º 0.95% 0.75% -
HSV(B) 356.53º 0.48% 0.99% -
XYZ 52.85 38.76 28.74 -
YUV 167.98 111.09 187.93 -
System Red Green Blue C M Y K H S L
Decimal 252 131 138 0 0.48 0.45 0.01 356.53 0.95 0.75
Hex FC 83 8A 0 30 2D 1 165 5F 4B
Octal 374 203 212 0 60 55 1 545 137 113
Binary 11111100 10000011 10001010 0 110000 101101 1 101100101 1011111 1001011

Color Harmonies of #FC838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC838A

Black with #FC838A

Text Example


Text Example

White with #FC838A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC838A; }

 p { color: rgb(252,131,138); }

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

background-color css

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

 a { background-color: rgb(252,131,138); }

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

border-color css

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

 span { border-color: rgb(252,131,138); }

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