Html Css Color HEX #FD8C98 Wewak

📋 copy color: '#FD8C98'

red 253 ◦ green 140 ◦ blue 152

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

Shades of Wewak #FD8C98

Tints of Wewak #FD8C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.89%

R = 46.42%
G = 25.69%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FD8C98 (or 0xFD8C98) is known color: Wewak. HEX triplet: FD, 8C and 98. RGB value is (253,140,152). Sum of RGB (Red+Green+Blue) = 253+140+152=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 140 (55.08% from 255 or 25.69% from 545); Blue value is 152 (59.77% from 255 or 27.89% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8C98 is #027367. Grayscale: #AFAFAF. Windows color (decimal): -160616 or 9997565. OLE color: 9997565.

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

Color convert

RGB 253 140 152 -
CMYK 0 0.45 0.40 0.01
HSL 353.63º 0.97% 0.77% -
HSV(B) 353.63º 0.45% 0.99% -
XYZ 55.55 41.91 34.87 -
YUV 175.16 114.94 183.52 -
System Red Green Blue C M Y K H S L
Decimal 253 140 152 0 0.45 0.40 0.01 353.63 0.97 0.77
Hex FD 8C 98 0 2D 28 1 162 61 4D
Octal 375 214 230 0 55 50 1 542 141 115
Binary 11111101 10001100 10011000 0 101101 101000 1 101100010 1100001 1001101

Color Harmonies of #FD8C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8C98

Black with #FD8C98

Text Example


Text Example

White with #FD8C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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