Html Css Color HEX #FC96D0 Carnation Pink

📋 copy color: '#FC96D0'

red 252 ◦ green 150 ◦ blue 208

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

Shades of Carnation Pink #FC96D0

Tints of Carnation Pink #FC96D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.1%

R = 41.31%
G = 24.59%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC96D0 (or 0xFC96D0) is known color: Carnation Pink. HEX triplet: FC, 96 and D0. RGB value is (252,150,208). Sum of RGB (Red+Green+Blue) = 252+150+208=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 150 (58.98% from 255 or 24.59% from 610); Blue value is 208 (81.64% from 255 or 34.10% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FC96D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC96D0 is #03692F. Grayscale: #BABABA. Windows color (decimal): -223536 or 13670140. OLE color: 13670140.

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

Color convert

RGB 252 150 208 -
CMYK 0 0.40 0.17 0.01
HSL 325.88º 0.94% 0.79% -
HSV(B) 325.88º 0.4% 0.99% -
XYZ 62.44 47.06 65.47 -
YUV 187.11 139.79 174.28 -
System Red Green Blue C M Y K H S L
Decimal 252 150 208 0 0.40 0.17 0.01 325.88 0.94 0.79
Hex FC 96 D0 0 28 11 1 146 5E 4F
Octal 374 226 320 0 50 21 1 506 136 117
Binary 11111100 10010110 11010000 0 101000 10001 1 101000110 1011110 1001111

Color Harmonies of #FC96D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC96D0

Black with #FC96D0

Text Example


Text Example

White with #FC96D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC96D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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