Html Css Color HEX #FD8C9E Wewak

📋 copy color: '#FD8C9E'

red 253 ◦ green 140 ◦ blue 158

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

Shades of Wewak #FD8C9E

Tints of Wewak #FD8C9E

RGB

 RED value IS 253 (99.22% from 255) = 45.92%

 GREEN value IS 140 (55.08% from 255) = 25.41%

 BLUE value IS 158 (62.11% from 255) = 28.68%

R = 45.92%
G = 25.41%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FD8C9E (or 0xFD8C9E) is known color: Wewak. HEX triplet: FD, 8C and 9E. RGB value is (253,140,158). Sum of RGB (Red+Green+Blue) = 253+140+158=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 140 (55.08% from 255 or 25.41% from 551); Blue value is 158 (62.11% from 255 or 28.68% from 551); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8C9E is #027361. Grayscale: #AFAFAF. Windows color (decimal): -160610 or 10390781. OLE color: 10390781.

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

Color convert

RGB 253 140 158 -
CMYK 0 0.45 0.38 0.01
HSL 350.44º 0.97% 0.77% -
HSV(B) 350.44º 0.45% 0.99% -
XYZ 56.06 42.11 37.52 -
YUV 175.84 117.94 183.04 -
System Red Green Blue C M Y K H S L
Decimal 253 140 158 0 0.45 0.38 0.01 350.44 0.97 0.77
Hex FD 8C 9E 0 2D 26 1 15E 61 4D
Octal 375 214 236 0 55 46 1 536 141 115
Binary 11111101 10001100 10011110 0 101101 100110 1 101011110 1100001 1001101

Color Harmonies of #FD8C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8C9E

Black with #FD8C9E

Text Example


Text Example

White with #FD8C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8C9E; }

 p { color: rgb(253,140,158); }

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

background-color css

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

 a { background-color: rgb(253,140,158); }

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

border-color css

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

 span { border-color: rgb(253,140,158); }

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