Html Css Color HEX #FD8F9B Wewak

📋 copy color: '#FD8F9B'

red 253 ◦ green 143 ◦ blue 155

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

Shades of Wewak #FD8F9B

Tints of Wewak #FD8F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.13%

R = 45.92%
G = 25.95%
B = 28.13%

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

#FD8F9B (or 0xFD8F9B) is known color: Wewak. HEX triplet: FD, 8F and 9B. RGB value is (253,143,155). Sum of RGB (Red+Green+Blue) = 253+143+155=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 143 (56.25% from 255 or 25.95% from 551); Blue value is 155 (60.94% from 255 or 28.13% from 551); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8F9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8F9B is #027064. Grayscale: #B1B1B1. Windows color (decimal): -159845 or 10194941. OLE color: 10194941.

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

Color convert

RGB 253 143 155 -
CMYK 0 0.43 0.39 0.01
HSL 353.45º 0.96% 0.78% -
HSV(B) 353.45º 0.43% 0.99% -
XYZ 56.25 42.89 36.33 -
YUV 177.26 115.44 182.02 -
System Red Green Blue C M Y K H S L
Decimal 253 143 155 0 0.43 0.39 0.01 353.45 0.96 0.78
Hex FD 8F 9B 0 2B 27 1 161 60 4E
Octal 375 217 233 0 53 47 1 541 140 116
Binary 11111101 10001111 10011011 0 101011 100111 1 101100001 1100000 1001110

Color Harmonies of #FD8F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8F9B

Black with #FD8F9B

Text Example


Text Example

White with #FD8F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8F9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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