Html Css Color HEX #FD9DB4 Illusion

📋 copy color: '#FD9DB4'

red 253 ◦ green 157 ◦ blue 180

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

Shades of Illusion #FD9DB4

Tints of Illusion #FD9DB4

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.61%

 BLUE value IS 180 (70.7% from 255) = 30.51%

R = 42.88%
G = 26.61%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FD9DB4 (or 0xFD9DB4) is known color: Illusion. HEX triplet: FD, 9D and B4. RGB value is (253,157,180). Sum of RGB (Red+Green+Blue) = 253+157+180=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 157 (61.72% from 255 or 26.61% from 590); Blue value is 180 (70.70% from 255 or 30.51% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9DB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9DB4 is #02624B. Grayscale: #BCBCBC. Windows color (decimal): -156236 or 11836925. OLE color: 11836925.

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

Color convert

RGB 253 157 180 -
CMYK 0 0.38 0.29 0.01
HSL 345.63º 0.96% 0.8% -
HSV(B) 345.63º 0.38% 0.99% -
XYZ 60.8 48.29 49.3 -
YUV 188.33 123.3 174.13 -
System Red Green Blue C M Y K H S L
Decimal 253 157 180 0 0.38 0.29 0.01 345.63 0.96 0.8
Hex FD 9D B4 0 26 1D 1 15A 60 50
Octal 375 235 264 0 46 35 1 532 140 120
Binary 11111101 10011101 10110100 0 100110 11101 1 101011010 1100000 1010000

Color Harmonies of #FD9DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9DB4

Black with #FD9DB4

Text Example


Text Example

White with #FD9DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9DB4; }

 p { color: rgb(253,157,180); }

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

background-color css

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

 a { background-color: rgb(253,157,180); }

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

border-color css

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

 span { border-color: rgb(253,157,180); }

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