Html Css Color HEX #FD8C99 Wewak

📋 copy color: '#FD8C99'

red 253 ◦ green 140 ◦ blue 153

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

Shades of Wewak #FD8C99

Tints of Wewak #FD8C99

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.64%

 BLUE value IS 153 (60.16% from 255) = 28.02%

R = 46.34%
G = 25.64%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FD8C99 (or 0xFD8C99) is known color: Wewak. HEX triplet: FD, 8C and 99. RGB value is (253,140,153). Sum of RGB (Red+Green+Blue) = 253+140+153=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 140 (55.08% from 255 or 25.64% from 546); Blue value is 153 (60.16% from 255 or 28.02% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8C99 is #027366. Grayscale: #AFAFAF. Windows color (decimal): -160615 or 10063101. OLE color: 10063101.

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

Color convert

RGB 253 140 153 -
CMYK 0 0.45 0.40 0.01
HSL 353.1º 0.97% 0.77% -
HSV(B) 353.1º 0.45% 0.99% -
XYZ 55.64 41.94 35.3 -
YUV 175.27 115.44 183.44 -
System Red Green Blue C M Y K H S L
Decimal 253 140 153 0 0.45 0.40 0.01 353.1 0.97 0.77
Hex FD 8C 99 0 2D 28 1 161 61 4D
Octal 375 214 231 0 55 50 1 541 141 115
Binary 11111101 10001100 10011001 0 101101 101000 1 101100001 1100001 1001101

Color Harmonies of #FD8C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8C99

Black with #FD8C99

Text Example


Text Example

White with #FD8C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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