Html Css Color HEX #FC858A Wewak

📋 copy color: '#FC858A'

red 252 ◦ green 133 ◦ blue 138

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

Shades of Wewak #FC858A

Tints of Wewak #FC858A

RGB

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

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

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

R = 48.18%
G = 25.43%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC858A (or 0xFC858A) is known color: Wewak. HEX triplet: FC, 85 and 8A. RGB value is (252,133,138). Sum of RGB (Red+Green+Blue) = 252+133+138=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 133 (52.34% from 255 or 25.43% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FC858A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC858A is #037A75. Grayscale: #A9A9A9. Windows color (decimal): -227958 or 9078268. OLE color: 9078268.

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

Color convert

RGB 252 133 138 -
CMYK 0 0.47 0.45 0.01
HSL 357.48º 0.95% 0.75% -
HSV(B) 357.48º 0.47% 0.99% -
XYZ 53.12 39.31 28.83 -
YUV 169.15 110.42 187.09 -
System Red Green Blue C M Y K H S L
Decimal 252 133 138 0 0.47 0.45 0.01 357.48 0.95 0.75
Hex FC 85 8A 0 2F 2D 1 165 5F 4B
Octal 374 205 212 0 57 55 1 545 137 113
Binary 11111100 10000101 10001010 0 101111 101101 1 101100101 1011111 1001011

Color Harmonies of #FC858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC858A

Black with #FC858A

Text Example


Text Example

White with #FC858A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC858A; }

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

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

background-color css

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

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

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

border-color css

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

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

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