Html Css Color HEX #FD8A96 Wewak

📋 copy color: '#FD8A96'

red 253 ◦ green 138 ◦ blue 150

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

Shades of Wewak #FD8A96

Tints of Wewak #FD8A96

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.51%

 BLUE value IS 150 (58.98% from 255) = 27.73%

R = 46.77%
G = 25.51%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FD8A96 (or 0xFD8A96) is known color: Wewak. HEX triplet: FD, 8A and 96. RGB value is (253,138,150). Sum of RGB (Red+Green+Blue) = 253+138+150=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 138 (54.30% from 255 or 25.51% from 541); Blue value is 150 (58.98% from 255 or 27.73% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8A96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8A96 is #027569. Grayscale: #ADADAD. Windows color (decimal): -161130 or 9865981. OLE color: 9865981.

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

Color convert

RGB 253 138 150 -
CMYK 0 0.45 0.41 0.01
HSL 353.74º 0.97% 0.77% -
HSV(B) 353.74º 0.45% 0.99% -
XYZ 55.1 41.26 33.91 -
YUV 173.75 114.6 184.52 -
System Red Green Blue C M Y K H S L
Decimal 253 138 150 0 0.45 0.41 0.01 353.74 0.97 0.77
Hex FD 8A 96 0 2D 29 1 162 61 4D
Octal 375 212 226 0 55 51 1 542 141 115
Binary 11111101 10001010 10010110 0 101101 101001 1 101100010 1100001 1001101

Color Harmonies of #FD8A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8A96

Black with #FD8A96

Text Example


Text Example

White with #FD8A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8A96; }

 p { color: rgb(253,138,150); }

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

background-color css

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

 a { background-color: rgb(253,138,150); }

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

border-color css

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

 span { border-color: rgb(253,138,150); }

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