Html Css Color HEX #FE95BB Illusion

📋 copy color: '#FE95BB'

red 254 ◦ green 149 ◦ blue 187

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

Shades of Illusion #FE95BB

Tints of Illusion #FE95BB

RGB

 RED value IS 254 (99.61% from 255) = 43.05%

 GREEN value IS 149 (58.59% from 255) = 25.25%

 BLUE value IS 187 (73.44% from 255) = 31.69%

R = 43.05%
G = 25.25%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FE95BB (or 0xFE95BB) is known color: Illusion. HEX triplet: FE, 95 and BB. RGB value is (254,149,187). Sum of RGB (Red+Green+Blue) = 254+149+187=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 149 (58.59% from 255 or 25.25% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FE95BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE95BB is #016A44. Grayscale: #B8B8B8. Windows color (decimal): -92741 or 12293630. OLE color: 12293630.

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

Color convert

RGB 254 149 187 -
CMYK 0 0.41 0.26 0.00
HSL 338.29º 0.98% 0.79% -
HSV(B) 338.29º 0.41% 1% -
XYZ 60.59 46.15 52.73 -
YUV 184.73 129.29 177.41 -
System Red Green Blue C M Y K H S L
Decimal 254 149 187 0 0.41 0.26 0.00 338.29 0.98 0.79
Hex FE 95 BB 0 29 1A 0 152 62 4F
Octal 376 225 273 0 51 32 0 522 142 117
Binary 11111110 10010101 10111011 0 101001 11010 0 101010010 1100010 1001111

Color Harmonies of #FE95BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE95BB

Black with #FE95BB

Text Example


Text Example

White with #FE95BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE95BB; }

 p { color: rgb(254,149,187); }

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

background-color css

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

 a { background-color: rgb(254,149,187); }

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

border-color css

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

 span { border-color: rgb(254,149,187); }

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