Html Css Color HEX #FC838C Wewak

📋 copy color: '#FC838C'

red 252 ◦ green 131 ◦ blue 140

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

Shades of Wewak #FC838C

Tints of Wewak #FC838C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.77%

R = 48.18%
G = 25.05%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC838C (or 0xFC838C) is known color: Wewak. HEX triplet: FC, 83 and 8C. RGB value is (252,131,140). Sum of RGB (Red+Green+Blue) = 252+131+140=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 131 (51.56% from 255 or 25.05% from 523); Blue value is 140 (55.08% from 255 or 26.77% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FC838C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC838C is #037C73. Grayscale: #A8A8A8. Windows color (decimal): -228468 or 9208828. OLE color: 9208828.

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

Color convert

RGB 252 131 140 -
CMYK 0 0.48 0.44 0.01
HSL 355.54º 0.95% 0.75% -
HSV(B) 355.54º 0.48% 0.99% -
XYZ 52.99 38.82 29.51 -
YUV 168.21 112.09 187.77 -
System Red Green Blue C M Y K H S L
Decimal 252 131 140 0 0.48 0.44 0.01 355.54 0.95 0.75
Hex FC 83 8C 0 30 2C 1 164 5F 4B
Octal 374 203 214 0 60 54 1 544 137 113
Binary 11111100 10000011 10001100 0 110000 101100 1 101100100 1011111 1001011

Color Harmonies of #FC838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC838C

Black with #FC838C

Text Example


Text Example

White with #FC838C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC838C; }

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

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

background-color css

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

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

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

border-color css

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

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

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