Html Css Color HEX #FC96CA Carnation Pink

📋 copy color: '#FC96CA'

red 252 ◦ green 150 ◦ blue 202

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

Shades of Carnation Pink #FC96CA

Tints of Carnation Pink #FC96CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 33.44%

R = 41.72%
G = 24.83%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FC96CA (or 0xFC96CA) is known color: Carnation Pink. HEX triplet: FC, 96 and CA. RGB value is (252,150,202). Sum of RGB (Red+Green+Blue) = 252+150+202=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 150 (58.98% from 255 or 24.83% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FC96CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC96CA is #036935. Grayscale: #BABABA. Windows color (decimal): -223542 or 13276924. OLE color: 13276924.

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

Color convert

RGB 252 150 202 -
CMYK 0 0.40 0.20 0.01
HSL 329.41º 0.94% 0.79% -
HSV(B) 329.41º 0.4% 0.99% -
XYZ 61.71 46.77 61.65 -
YUV 186.43 136.79 174.77 -
System Red Green Blue C M Y K H S L
Decimal 252 150 202 0 0.40 0.20 0.01 329.41 0.94 0.79
Hex FC 96 CA 0 28 14 1 149 5E 4F
Octal 374 226 312 0 50 24 1 511 136 117
Binary 11111100 10010110 11001010 0 101000 10100 1 101001001 1011110 1001111

Color Harmonies of #FC96CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC96CA

Black with #FC96CA

Text Example


Text Example

White with #FC96CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC96CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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