Html Css Color HEX #FC96C3 Carnation Pink

📋 copy color: '#FC96C3'

red 252 ◦ green 150 ◦ blue 195

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

Shades of Carnation Pink #FC96C3

Tints of Carnation Pink #FC96C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 32.66%

R = 42.21%
G = 25.13%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FC96C3 (or 0xFC96C3) is known color: Carnation Pink. HEX triplet: FC, 96 and C3. RGB value is (252,150,195). Sum of RGB (Red+Green+Blue) = 252+150+195=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 150 (58.98% from 255 or 25.13% from 597); Blue value is 195 (76.56% from 255 or 32.66% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FC96C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC96C3 is #03693C. Grayscale: #B9B9B9. Windows color (decimal): -223549 or 12818172. OLE color: 12818172.

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

Color convert

RGB 252 150 195 -
CMYK 0 0.40 0.23 0.01
HSL 333.53º 0.94% 0.79% -
HSV(B) 333.53º 0.4% 0.99% -
XYZ 60.9 46.45 57.39 -
YUV 185.63 133.29 175.34 -
System Red Green Blue C M Y K H S L
Decimal 252 150 195 0 0.40 0.23 0.01 333.53 0.94 0.79
Hex FC 96 C3 0 28 17 1 14E 5E 4F
Octal 374 226 303 0 50 27 1 516 136 117
Binary 11111100 10010110 11000011 0 101000 10111 1 101001110 1011110 1001111

Color Harmonies of #FC96C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC96C3

Black with #FC96C3

Text Example


Text Example

White with #FC96C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC96C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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