Html Css Color HEX #FD93A3 Wewak

📋 copy color: '#FD93A3'

red 253 ◦ green 147 ◦ blue 163

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

Shades of Wewak #FD93A3

Tints of Wewak #FD93A3

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.11%

 BLUE value IS 163 (64.06% from 255) = 28.95%

R = 44.94%
G = 26.11%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FD93A3 (or 0xFD93A3) is known color: Wewak. HEX triplet: FD, 93 and A3. RGB value is (253,147,163). Sum of RGB (Red+Green+Blue) = 253+147+163=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 147 (57.81% from 255 or 26.11% from 563); Blue value is 163 (64.06% from 255 or 28.95% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FD93A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD93A3 is #026C5C. Grayscale: #B4B4B4. Windows color (decimal): -158813 or 10720253. OLE color: 10720253.

HSL color Cylindrical-coordinate representation of color #FD93A3: hue angle of 350.94º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FD93A3 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 147 163 -
CMYK 0 0.42 0.36 0.01
HSL 350.94º 0.96% 0.78% -
HSV(B) 350.94º 0.42% 0.99% -
XYZ 57.55 44.39 40.19 -
YUV 180.52 118.12 179.7 -
System Red Green Blue C M Y K H S L
Decimal 253 147 163 0 0.42 0.36 0.01 350.94 0.96 0.78
Hex FD 93 A3 0 2A 24 1 15F 60 4E
Octal 375 223 243 0 52 44 1 537 140 116
Binary 11111101 10010011 10100011 0 101010 100100 1 101011111 1100000 1001110

Color Harmonies of #FD93A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD93A3

Black with #FD93A3

Text Example


Text Example

White with #FD93A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD93A3; }

 p { color: rgb(253,147,163); }

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

background-color css

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

 a { background-color: rgb(253,147,163); }

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

border-color css

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

 span { border-color: rgb(253,147,163); }

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