Html Css Color HEX #FC98AF Illusion

📋 copy color: '#FC98AF'

red 252 ◦ green 152 ◦ blue 175

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

Shades of Illusion #FC98AF

Tints of Illusion #FC98AF

RGB

 RED value IS 252 (98.83% from 255) = 43.52%

 GREEN value IS 152 (59.77% from 255) = 26.25%

 BLUE value IS 175 (68.75% from 255) = 30.22%

R = 43.52%
G = 26.25%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC98AF (or 0xFC98AF) is known color: Illusion. HEX triplet: FC, 98 and AF. RGB value is (252,152,175). Sum of RGB (Red+Green+Blue) = 252+152+175=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 152 (59.77% from 255 or 26.25% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FC98AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC98AF is #036750. Grayscale: #B8B8B8. Windows color (decimal): -223057 or 11507964. OLE color: 11507964.

HSL color Cylindrical-coordinate representation of color #FC98AF: hue angle of 346.2º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FC98AF is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 152 175 -
CMYK 0 0.40 0.31 0.01
HSL 346.2º 0.94% 0.79% -
HSV(B) 346.2º 0.4% 0.99% -
XYZ 59.11 46.25 46.37 -
YUV 184.52 122.63 176.13 -
System Red Green Blue C M Y K H S L
Decimal 252 152 175 0 0.40 0.31 0.01 346.2 0.94 0.79
Hex FC 98 AF 0 28 1F 1 15A 5E 4F
Octal 374 230 257 0 50 37 1 532 136 117
Binary 11111100 10011000 10101111 0 101000 11111 1 101011010 1011110 1001111

Color Harmonies of #FC98AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC98AF

Black with #FC98AF

Text Example


Text Example

White with #FC98AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC98AF; }

 p { color: rgb(252,152,175); }

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

background-color css

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

 a { background-color: rgb(252,152,175); }

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

border-color css

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

 span { border-color: rgb(252,152,175); }

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