Html Css Color HEX #FC8FB4 Illusion

📋 copy color: '#FC8FB4'

red 252 ◦ green 143 ◦ blue 180

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

Shades of Illusion #FC8FB4

Tints of Illusion #FC8FB4

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.87%

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

R = 43.83%
G = 24.87%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FC8FB4 (or 0xFC8FB4) is known color: Illusion. HEX triplet: FC, 8F and B4. RGB value is (252,143,180). Sum of RGB (Red+Green+Blue) = 252+143+180=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 143 (56.25% from 255 or 24.87% from 575); Blue value is 180 (70.70% from 255 or 31.30% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8FB4 is #03704B. Grayscale: #B3B3B3. Windows color (decimal): -225356 or 11833340. OLE color: 11833340.

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

Color convert

RGB 252 143 180 -
CMYK 0 0.43 0.29 0.01
HSL 339.63º 0.95% 0.77% -
HSV(B) 339.63º 0.43% 0.99% -
XYZ 58.21 43.64 48.53 -
YUV 179.81 128.11 179.49 -
System Red Green Blue C M Y K H S L
Decimal 252 143 180 0 0.43 0.29 0.01 339.63 0.95 0.77
Hex FC 8F B4 0 2B 1D 1 154 5F 4D
Octal 374 217 264 0 53 35 1 524 137 115
Binary 11111100 10001111 10110100 0 101011 11101 1 101010100 1011111 1001101

Color Harmonies of #FC8FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8FB4

Black with #FC8FB4

Text Example


Text Example

White with #FC8FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8FB4; }

 p { color: rgb(252,143,180); }

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

background-color css

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

 a { background-color: rgb(252,143,180); }

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

border-color css

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

 span { border-color: rgb(252,143,180); }

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