Html Css Color HEX #FD838C Wewak

📋 copy color: '#FD838C'

red 253 ◦ green 131 ◦ blue 140

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

Shades of Wewak #FD838C

Tints of Wewak #FD838C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25%

 BLUE value IS 140 (55.08% from 255) = 26.72%

R = 48.28%
G = 25%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD838C (or 0xFD838C) is known color: Wewak. HEX triplet: FD, 83 and 8C. RGB value is (253,131,140). Sum of RGB (Red+Green+Blue) = 253+131+140=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 131 (51.56% from 255 or 25% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FD838C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD838C is #027C73. Grayscale: #A8A8A8. Windows color (decimal): -162932 or 9208829. OLE color: 9208829.

HSL color Cylindrical-coordinate representation of color #FD838C: hue angle of 355.57º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FD838C is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 131 140 -
CMYK 0 0.48 0.45 0.01
HSL 355.57º 0.97% 0.75% -
HSV(B) 355.57º 0.48% 0.99% -
XYZ 53.36 39.01 29.53 -
YUV 168.5 111.92 188.27 -
System Red Green Blue C M Y K H S L
Decimal 253 131 140 0 0.48 0.45 0.01 355.57 0.97 0.75
Hex FD 83 8C 0 30 2D 1 164 61 4B
Octal 375 203 214 0 60 55 1 544 141 113
Binary 11111101 10000011 10001100 0 110000 101101 1 101100100 1100001 1001011

Color Harmonies of #FD838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD838C

Black with #FD838C

Text Example


Text Example

White with #FD838C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD838C; }

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

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

background-color css

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

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

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

border-color css

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

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

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