Html Css Color HEX #FD8F9A Wewak

📋 copy color: '#FD8F9A'

red 253 ◦ green 143 ◦ blue 154

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

Shades of Wewak #FD8F9A

Tints of Wewak #FD8F9A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26%

 BLUE value IS 154 (60.55% from 255) = 28%

R = 46%
G = 26%
B = 28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FD8F9A (or 0xFD8F9A) is known color: Wewak. HEX triplet: FD, 8F and 9A. RGB value is (253,143,154). Sum of RGB (Red+Green+Blue) = 253+143+154=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 154 (60.55% from 255 or 28% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8F9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8F9A is #027065. Grayscale: #B1B1B1. Windows color (decimal): -159846 or 10129405. OLE color: 10129405.

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

Color convert

RGB 253 143 154 -
CMYK 0 0.43 0.39 0.01
HSL 354º 0.96% 0.78% -
HSV(B) 354º 0.43% 0.99% -
XYZ 56.16 42.86 35.88 -
YUV 177.14 114.94 182.11 -
System Red Green Blue C M Y K H S L
Decimal 253 143 154 0 0.43 0.39 0.01 354 0.96 0.78
Hex FD 8F 9A 0 2B 27 1 162 60 4E
Octal 375 217 232 0 53 47 1 542 140 116
Binary 11111101 10001111 10011010 0 101011 100111 1 101100010 1100000 1001110

Color Harmonies of #FD8F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8F9A

Black with #FD8F9A

Text Example


Text Example

White with #FD8F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8F9A; }

 p { color: rgb(253,143,154); }

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

background-color css

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

 a { background-color: rgb(253,143,154); }

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

border-color css

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

 span { border-color: rgb(253,143,154); }

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