Html Css Color HEX #FC858C Wewak

📋 copy color: '#FC858C'

red 252 ◦ green 133 ◦ blue 140

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

Shades of Wewak #FC858C

Tints of Wewak #FC858C

RGB

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

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

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

R = 48%
G = 25.33%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC858C (or 0xFC858C) is known color: Wewak. HEX triplet: FC, 85 and 8C. RGB value is (252,133,140). Sum of RGB (Red+Green+Blue) = 252+133+140=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 133 (52.34% from 255 or 25.33% from 525); Blue value is 140 (55.08% from 255 or 26.67% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FC858C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC858C is #037A73. Grayscale: #A9A9A9. Windows color (decimal): -227956 or 9209340. OLE color: 9209340.

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

Color convert

RGB 252 133 140 -
CMYK 0 0.47 0.44 0.01
HSL 356.47º 0.95% 0.75% -
HSV(B) 356.47º 0.47% 0.99% -
XYZ 53.27 39.36 29.6 -
YUV 169.38 111.42 186.93 -
System Red Green Blue C M Y K H S L
Decimal 252 133 140 0 0.47 0.44 0.01 356.47 0.95 0.75
Hex FC 85 8C 0 2F 2C 1 164 5F 4B
Octal 374 205 214 0 57 54 1 544 137 113
Binary 11111100 10000101 10001100 0 101111 101100 1 101100100 1011111 1001011

Color Harmonies of #FC858C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC858C

Black with #FC858C

Text Example


Text Example

White with #FC858C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC858C; }

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

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

background-color css

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

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

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

border-color css

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

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

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