Html Css Color HEX #FA858C Wewak

📋 copy color: '#FA858C'

red 250 ◦ green 133 ◦ blue 140

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

Shades of Wewak #FA858C

Tints of Wewak #FA858C

RGB

 RED value IS 250 (98.05% from 255) = 47.8%

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

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

R = 47.8%
G = 25.43%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA858C (or 0xFA858C) is known color: Wewak. HEX triplet: FA, 85 and 8C. RGB value is (250,133,140). Sum of RGB (Red+Green+Blue) = 250+133+140=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 133 (52.34% from 255 or 25.43% from 523); Blue value is 140 (55.08% from 255 or 26.77% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FA858C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA858C is #057A73. Grayscale: #A8A8A8. Windows color (decimal): -359028 or 9209338. OLE color: 9209338.

HSL color Cylindrical-coordinate representation of color #FA858C: hue angle of 356.41º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FA858C is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 133 140 -
CMYK 0 0.47 0.44 0.02
HSL 356.41º 0.92% 0.75% -
HSV(B) 356.41º 0.47% 0.98% -
XYZ 52.55 38.99 29.57 -
YUV 168.78 111.76 185.93 -
System Red Green Blue C M Y K H S L
Decimal 250 133 140 0 0.47 0.44 0.02 356.41 0.92 0.75
Hex FA 85 8C 0 2F 2C 2 164 5C 4B
Octal 372 205 214 0 57 54 2 544 134 113
Binary 11111010 10000101 10001100 0 101111 101100 10 101100100 1011100 1001011

Color Harmonies of #FA858C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA858C

Black with #FA858C

Text Example


Text Example

White with #FA858C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA858C; }

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

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

background-color css

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

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

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

border-color css

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

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

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