Html Css Color HEX #FC96C0 Carnation Pink

📋 copy color: '#FC96C0'

red 252 ◦ green 150 ◦ blue 192

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

Shades of Carnation Pink #FC96C0

Tints of Carnation Pink #FC96C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 32.32%

R = 42.42%
G = 25.25%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FC96C0 (or 0xFC96C0) is known color: Carnation Pink. HEX triplet: FC, 96 and C0. RGB value is (252,150,192). Sum of RGB (Red+Green+Blue) = 252+150+192=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 150 (58.98% from 255 or 25.25% from 594); Blue value is 192 (75.39% from 255 or 32.32% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FC96C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC96C0 is #03693F. Grayscale: #B9B9B9. Windows color (decimal): -223552 or 12621564. OLE color: 12621564.

HSL color Cylindrical-coordinate representation of color #FC96C0: hue angle of 335.29º 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 #FC96C0 is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 150 192 -
CMYK 0 0.40 0.24 0.01
HSL 335.29º 0.94% 0.79% -
HSV(B) 335.29º 0.4% 0.99% -
XYZ 60.57 46.31 55.62 -
YUV 185.29 131.79 175.58 -
System Red Green Blue C M Y K H S L
Decimal 252 150 192 0 0.40 0.24 0.01 335.29 0.94 0.79
Hex FC 96 C0 0 28 18 1 14F 5E 4F
Octal 374 226 300 0 50 30 1 517 136 117
Binary 11111100 10010110 11000000 0 101000 11000 1 101001111 1011110 1001111

Color Harmonies of #FC96C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC96C0

Black with #FC96C0

Text Example


Text Example

White with #FC96C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC96C0; }

 p { color: rgb(252,150,192); }

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

background-color css

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

 a { background-color: rgb(252,150,192); }

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

border-color css

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

 span { border-color: rgb(252,150,192); }

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