Html Css Color HEX #FD96BA Illusion

📋 copy color: '#FD96BA'

red 253 ◦ green 150 ◦ blue 186

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

Shades of Illusion #FD96BA

Tints of Illusion #FD96BA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.47%

 BLUE value IS 186 (73.05% from 255) = 31.58%

R = 42.95%
G = 25.47%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FD96BA (or 0xFD96BA) is known color: Illusion. HEX triplet: FD, 96 and BA. RGB value is (253,150,186). Sum of RGB (Red+Green+Blue) = 253+150+186=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 150 (58.98% from 255 or 25.47% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FD96BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD96BA is #026945. Grayscale: #B8B8B8. Windows color (decimal): -158022 or 12228349. OLE color: 12228349.

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

Color convert

RGB 253 150 186 -
CMYK 0 0.41 0.26 0.01
HSL 339.03º 0.96% 0.79% -
HSV(B) 339.03º 0.41% 0.99% -
XYZ 60.28 46.24 52.2 -
YUV 184.9 128.62 176.57 -
System Red Green Blue C M Y K H S L
Decimal 253 150 186 0 0.41 0.26 0.01 339.03 0.96 0.79
Hex FD 96 BA 0 29 1A 1 153 60 4F
Octal 375 226 272 0 51 32 1 523 140 117
Binary 11111101 10010110 10111010 0 101001 11010 1 101010011 1100000 1001111

Color Harmonies of #FD96BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD96BA

Black with #FD96BA

Text Example


Text Example

White with #FD96BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD96BA; }

 p { color: rgb(253,150,186); }

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

background-color css

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

 a { background-color: rgb(253,150,186); }

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

border-color css

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

 span { border-color: rgb(253,150,186); }

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