Html Css Color HEX #FC96C8 Carnation Pink

📋 copy color: '#FC96C8'

red 252 ◦ green 150 ◦ blue 200

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

Shades of Carnation Pink #FC96C8

Tints of Carnation Pink #FC96C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.22%

R = 41.86%
G = 24.92%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FC96C8 (or 0xFC96C8) is known color: Carnation Pink. HEX triplet: FC, 96 and C8. RGB value is (252,150,200). Sum of RGB (Red+Green+Blue) = 252+150+200=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 150 (58.98% from 255 or 24.92% from 602); Blue value is 200 (78.52% from 255 or 33.22% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FC96C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC96C8 is #036937. Grayscale: #BABABA. Windows color (decimal): -223544 or 13145852. OLE color: 13145852.

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

Color convert

RGB 252 150 200 -
CMYK 0 0.40 0.21 0.01
HSL 330.59º 0.94% 0.79% -
HSV(B) 330.59º 0.4% 0.99% -
XYZ 61.48 46.68 60.41 -
YUV 186.2 135.79 174.93 -
System Red Green Blue C M Y K H S L
Decimal 252 150 200 0 0.40 0.21 0.01 330.59 0.94 0.79
Hex FC 96 C8 0 28 15 1 14B 5E 4F
Octal 374 226 310 0 50 25 1 513 136 117
Binary 11111100 10010110 11001000 0 101000 10101 1 101001011 1011110 1001111

Color Harmonies of #FC96C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC96C8

Black with #FC96C8

Text Example


Text Example

White with #FC96C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC96C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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